kep-hack/scripts/PokemonMansionB2F.asm
Martha Schilling ecb6988ba5 August bug fixes: Part 1
Credit to ViWalls for discovering most of these bugs in his playtest:

- Citrine City's theme has been made slightly louder.

- The book in Mr. Fuji's house had difficulties working properly, so it's been removed for now.

- Fixed issues where Silph Co. and the Fishing Rod house displayed incorrectly on the Town Map.

- Removed the unnecessary sign outside Celadon University.

- Fixed an issue where 2 NPCs in Cinnabar Lab and Pokemon Mansion, respectively, had incorrect text.

- Fixed a text issue in Pokemon Mansion where the final Mewtwo log would display incorrectly.

- Altered a piece of text in the secret area of Pokemon Mansion to avoid a text box error since the idea we had in mind for it was scrapped.

- Fixed a text issue in Viridian Pre-Gym where the text for the right-side poster overflowed past the edge of the textbox.
2023-08-03 16:39:11 +01:00

69 lines
984 B
NASM

PokemonMansionB2F_Script:
jp EnableAutoTextBoxDrawing
ld a, [wPokemonMansionB2FCurScript]
call ExecuteCurMapScriptInTable
ld [wPokemonMansionB2FCurScript], a
ret
PokemonMansionB2F_TextPointers:
dw B2FBook1
dw B2FBook2
dw PickUpItemText
dw PickUpItemText
dw BoulderText
dw BoulderText
dw BoulderText
dw BoulderText
dw BoulderText
dw BoulderText
dw BoulderText
dw BoulderText
dw BoulderText
dw B2FPicture
dw B2FTrioPods
dw B2FTrioPods
dw B2FTrioPods
dw B2FAmberPod
dw B2FMewtwoPod
dw B2FComputer1
dw B2FComputer2
dw B2FMissingNo
B2FBook1:
text_far _B2FBook1
text_end
B2FBook2:
text_far _B2FBook2
text_end
B2FPicture:
text_far _B2FPicture
text_end
B2FComputer1:
text_far _B2FComputer1
text_end
B2FComputer2:
text_far _B2FComputer2
text_end
B2FMissingNo:
text_far _B2FMissingNo
text_end
B2FTrioPods:
text_far _TrioPods
text_end
B2FAmberPod:
text_far _AmberPod
text_end
B2FMewtwoPod:
text_far _MewtwoPod
text_end
text_end ; unused