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

22 lines
420 B
NASM

_Route22GateGuardNoBoulderbadgeText::
text "Only truly skilled"
line "trainers are"
cont "allowed through."
para "You don't have the"
line "BOULDERBADGE yet!@"
text_end
_Route22GateGuardICantLetYouPassText::
text_start
para "The rules are"
line "rules. I can't"
cont "let you pass."
done
_Route22GateGuardGoRightAheadText::
text "Oh! That is the"
line "BOULDERBADGE!"
cont "Go right ahead!@"
text_end