pokered/text/IndigoPlateauLobby.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

25 lines
485 B
NASM

_IndigoPlateauLobbyGymGuideText::
text "Yo! Champ in"
line "making!"
para "At #MON LEAGUE,"
line "you have to face"
cont "the ELITE FOUR in"
cont "succession."
para "If you lose, you"
line "have to start all"
cont "over again! This"
cont "is it! Go for it!"
done
_IndigoPlateauLobbyCooltrainerFText::
text "From here on, you"
line "face the ELITE"
cont "FOUR one by one!"
para "If you win, a"
line "door opens to the"
cont "next trainer!"
cont "Good luck!"
done