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

33 lines
532 B
NASM

_SafariZoneNorthRestHouseSignText::
text "REST HOUSE"
done
_SafariZoneNorthTrainerTips1Text::
text "TRAINER TIPS"
para "The SECRET HOUSE"
line "is still ahead!"
done
_SafariZoneNorthSignText::
text "AREA 2"
done
_SafariZoneNorthTrainerTips2Text::
text "TRAINER TIPS"
para "#MON hide in"
line "tall grass!"
para "Zigzag through"
line "grassy areas to"
cont "flush them out."
done
_SafariZoneNorthTrainerTips3Text::
text "TRAINER TIPS"
para "Win a free HM for"
line "finding the"
cont "SECRET HOUSE!"
done