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

41 lines
655 B
NASM

_Route23YouDontHaveTheBadgeYetText::
text "You can pass here"
line "only if you have"
cont "the @"
text_ram wcd6d
text "!"
para "You don't have the"
line "@"
text_ram wcd6d
text " yet!"
para "You have to have"
line "it to get to"
cont "#MON LEAGUE!@"
text_end
_Route23OhThatIsTheBadgeText::
text "You can pass here"
line "only if you have"
cont "the @"
text_ram wcd6d
text "!"
para "Oh! That is the"
line "@"
text_ram wcd6d
text "!@"
text_end
_Route23GoRightAheadText::
text_start
para "OK then! Please,"
line "go right ahead!"
done
_Route23VictoryRoadGateSignText::
text "VICTORY ROAD GATE"
line "- #MON LEAGUE"
done