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.
95 lines
1.6 KiB
NASM
95 lines
1.6 KiB
NASM
_CitrineCityBillboard1::
|
|
text "CAPSULE MONSTERS"
|
|
line "Coming soon to"
|
|
cont "a GAME BOY near"
|
|
cont "you!"
|
|
done
|
|
|
|
_CitrineCityBillboard2::
|
|
text "FULL RESTORE"
|
|
line "The solution to"
|
|
cont "all ailments!"
|
|
done
|
|
|
|
_CitrineCitySignText::
|
|
text "CITRINE CITY"
|
|
line "The Land of"
|
|
cont "Shining Sunlight"
|
|
done
|
|
|
|
_CitrineShopSignText::
|
|
text "CITRINE SHOP"
|
|
line "Your one-stop"
|
|
cont "for souveniers!" ; Souvenier is an obsolete spelling, but at the time, this would have been commonplace. These days, it's souvenir.
|
|
done
|
|
|
|
_CitrineCityTower::
|
|
text "BATTLE TENT"
|
|
line "Test your mettle!"
|
|
done
|
|
|
|
_CitrineCityCavern::
|
|
text "GATE TO"
|
|
line "CELESTE HILL"
|
|
|
|
para "Stay safe! Look"
|
|
line "out for strong"
|
|
cont "#MON!"
|
|
done
|
|
|
|
_CitrineCityDirections::
|
|
text "NORTH WEST:"
|
|
line "BATTLE TOWER"
|
|
|
|
para "NORTH EAST:"
|
|
line "CELESTE HILL"
|
|
|
|
para "SOUTH WEST:"
|
|
line "BRUNSWICK TRAIL"
|
|
done
|
|
|
|
_CitrineCityText1::
|
|
text "The sun here is"
|
|
line "so bright!"
|
|
|
|
para "I'm going to get"
|
|
line "an amazing tan!"
|
|
done
|
|
|
|
_CitrineCityText2::
|
|
text "I've heard of"
|
|
line "a cave around"
|
|
cont "these parts."
|
|
|
|
para "I wonder where"
|
|
line "it is..."
|
|
done
|
|
|
|
_CitrineCityText3::
|
|
text "Oh! Are you new"
|
|
line "around here?"
|
|
|
|
para "I can't recommend"
|
|
line "BRUNSWICK TRAIL"
|
|
cont "enough to you!"
|
|
cont "It's beautiful!"
|
|
done
|
|
|
|
_CitrineCityText4::
|
|
text "Some BIRD #MON"
|
|
line "roost on the"
|
|
cont "hill north of"
|
|
cont "here every year."
|
|
|
|
para "The locals call"
|
|
line "them ARTICUNO,"
|
|
cont "ZAPDOS, and"
|
|
cont "MOLTRES."
|
|
|
|
para "But they look"
|
|
line "nothing like"
|
|
cont "them! It's like"
|
|
cont "they're totally"
|
|
cont "new #MON!"
|
|
done
|