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

35 lines
583 B
NASM

_Route4CooltrainerF1Text::
text "Ouch! I tripped"
line "over a rocky"
cont "#MON, GEODUDE!"
done
_Route4CooltrainerF2BattleText::
text "I came to get my"
line "mushroom #MON!"
done
_Route4CooltrainerF2EndBattleText::
text "Oh! My cute"
line "mushroom #MON!"
prompt
_Route4CooltrainerF2AfterBattleText::
text "There might not"
line "be any more"
cont "mushrooms here."
para "I think I got"
line "them all."
done
_Route4MtMoonSignText::
text "MT.MOON"
line "Tunnel Entrance"
done
_Route4SignText::
text "ROUTE 4"
line "MT.MOON -"
cont "CERULEAN CITY"
done