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

28 lines
488 B
NASM

_Route11SuperNerd2EndBattleText::
text "Whoa!"
line "You spark plug!"
prompt
_Route11SuperNerd2AfterBattleText::
text "Well, better get"
line "back to work."
done
_Route11Youngster4BattleText::
text "My #MON should"
line "be ready by now!"
done
_Route11Youngster4EndBattleText::
text "Too"
line "much, too young!"
prompt
_Route11Youngster4AfterBattleText::
text "I better go find"
line "stronger ones!"
done
_Route11DiglettsCaveSignText::
text "DIGLETT's CAVE"
done