mirror of
https://github.com/pret/pokeyellow.git
synced 2024-11-30 22:00:31 +00:00
d001ced41b
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.
42 lines
655 B
NASM
42 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
|