pokered/text/SafariZoneSecretHouse.asm
vulcandth d001ced41b
Add macros, constants, and labels for map scripts and text (#367)
This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.
2023-07-13 21:27:56 -04:00

45 lines
885 B
NASM

_SafariZoneSecretHouseFishingGuruYouHaveWonText::
text "Ah! Finally!"
para "You're the first"
line "person to reach"
cont "the SECRET HOUSE!"
para "I was getting"
line "worried that no"
cont "one would win our"
cont "campaign prize."
para "Congratulations!"
line "You have won!"
prompt
_SafariZoneSecretHouseFishingGuruReceivedHM03Text::
text "<PLAYER> received"
line "@"
text_ram wStringBuffer
text "!@"
text_end
_SafariZoneSecretHouseFishingGuruHM03ExplanationText::
text "HM03 is SURF!"
para "#MON will be"
line "able to ferry you"
cont "across water!"
para "And, this HM isn't"
line "disposable! You"
cont "can use it over"
cont "and over!"
para "You're super lucky"
line "for winning this"
cont "fabulous prize!"
done
_SafariZoneSecretHouseFishingGuruHM03NoRoomText::
text "You don't have"
line "room for this"
cont "fabulous prize!"
done