pokered/text/Route16Gate1F.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
436 B
NASM

_Route16Gate1FGuardNoPedestriansAllowedText::
text "No pedestrians"
line "are allowed on"
cont "CYCLING ROAD!"
done
_Route16Gate1FGuardCyclingRoadExplanationText::
text "CYCLING ROAD is a"
line "downhill course"
cont "by the sea. It's"
cont "a great ride."
done
_Route16Gate1FGuardWaitUpText::
text "Excuse me! Wait"
line "up please!"
done
_Route16Gate1FGamblerText::
text "How'd you get in?"
line "Good effort!"
done