mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

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.
49 lines
703 B
NASM
49 lines
703 B
NASM
_Mansion4BattleText1::
|
|
text "Uh-oh. Where am"
|
|
line "I now?"
|
|
done
|
|
|
|
_Mansion4EndBattleText1::
|
|
text "Awooh!"
|
|
prompt
|
|
|
|
_Mansion4AfterBattleText1::
|
|
text "You can find stuff"
|
|
line "lying around."
|
|
done
|
|
|
|
_Mansion4BattleText2::
|
|
text "This place is"
|
|
line "ideal for a lab."
|
|
done
|
|
|
|
_Mansion4EndBattleText2::
|
|
text "What"
|
|
line "was that for?"
|
|
prompt
|
|
|
|
_Mansion4AfterBattleText2::
|
|
text "I like it here!"
|
|
line "It's conducive to"
|
|
cont "my studies!"
|
|
done
|
|
|
|
_Mansion4Text7::
|
|
text "Diary; Sept. 1"
|
|
line "MEWTWO is far too"
|
|
cont "powerful."
|
|
|
|
para "It's no use..."
|
|
|
|
para "I cannot control"
|
|
line "it!"
|
|
|
|
done
|
|
|
|
_MansionGuardText::
|
|
text "This room is"
|
|
line "off-limits."
|
|
|
|
para "Beat it, kid!"
|
|
|
|
done |