mirror of
https://github.com/pret/pokered.git
synced 2026-05-07 13:53:15 -05:00
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.
38 lines
649 B
NASM
38 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
|