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

37 lines
649 B
NASM

_CinnabarIslandDoorIsLockedText::
text "The door is"
line "locked..."
done
_CinnabarIslandGirlText::
text "CINNABAR GYM's"
line "BLAINE is an odd"
cont "man who has lived"
cont "here for decades."
done
_CinnabarIslandGamblerText::
text "Scientists conduct"
line "experiments in"
cont "the burned out"
cont "building."
done
_CinnabarIslandSignText::
text "CINNABAR ISLAND"
line "The Fiery Town of"
cont "Burning Desire"
done
_CinnabarIslandPokemonLabSignText::
text "#MON LAB"
done
_CinnabarIslandGymSignText::
text "CINNABAR ISLAND"
line "#MON GYM"
cont "LEADER: BLAINE"
para "The Hot-Headed"
line "Quiz Master!"
done