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

64 lines
1.1 KiB
NASM

_LavenderTownLittleGirlDoYouBelieveInGhostsText::
text "Do you believe in"
line "GHOSTs?"
done
_LavenderTownLittleGirlSoThereAreBelieversText::
text "Really? So there"
line "are believers..."
done
_LavenderTownLittleGirlHaHaGuessNotText::
text "Hahaha, I guess"
line "not."
para "That white hand"
line "on your shoulder,"
cont "it's not real."
done
_LavenderTownCooltrainerMText::
text "This town is known"
line "as the grave site"
cont "of #MON."
para "Memorial services"
line "are held in"
cont "#MON TOWER."
done
_LavenderTownSuperNerdText::
text "GHOSTs appeared"
line "in #MON TOWER."
para "I think they're"
line "the spirits of"
cont "#MON that the"
cont "ROCKETs killed."
done
_LavenderTownSignText::
text "LAVENDER TOWN"
line "The Noble Purple"
cont "Town"
done
_LavenderTownSilphScopeSignText::
text "New SILPH SCOPE!"
para "Make the Invisible"
line "Plain to See!"
para "SILPH CO."
done
_LavenderTownPokemonHouseSignText::
text "LAVENDER VOLUNTEER"
line "#MON HOUSE"
done
_LavenderTownPokemonTowerSignText::
text "May the Souls of"
line "#MON Rest Easy"
cont "#MON TOWER"
done