kep-hack/scripts/CinnabarLab.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

36 lines
433 B
NASM

CinnabarLab_Script:
call EnableAutoTextBoxDrawing
ret
CinnabarLab_TextPointers:
dw Lab1Text1
dw Lab1RowanText
dw Lab1Text2
dw Lab1Text3
dw Lab1Text4
dw Lab1Text5
Lab1Text1:
text_far _Lab1Text1
text_end
Lab1Text2:
text_far _Lab1Text2
text_end
Lab1Text3:
text_far _Lab1Text3
text_end
Lab1Text4:
text_far _Lab1Text4
text_end
Lab1Text5:
text_far _Lab1Text5
text_end
Lab1RowanText:
text_far _Lab1Text6
text_end