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

56 lines
927 B
NASM

_PalletTownOakHeyWaitDontGoOutText::
text "OAK: Hey! Wait!"
line "Don't go out!@"
text_end
_PalletTownOakItsUnsafeText::
text "OAK: It's unsafe!"
line "Wild #MON live"
cont "in tall grass!"
para "You need your own"
line "#MON for your"
cont "protection."
cont "I know!"
para "Here, come with"
line "me!"
done
_PalletTownGirlText::
text "I'm raising"
line "#MON too!"
para "When they get"
line "strong, they can"
cont "protect me!"
done
_PalletTownFisherText::
text "Technology is"
line "incredible!"
para "You can now store"
line "and recall items"
cont "and #MON as"
cont "data via PC!"
done
_PalletTownOaksLabSignText::
text "OAK #MON"
line "RESEARCH LAB"
done
_PalletTownSignText::
text "PALLET TOWN"
line "Shades of your"
cont "journey await!"
done
_PalletTownPlayersHouseSignText::
text "<PLAYER>'s house "
done
_PalletTownRivalsHouseSignText::
text "<RIVAL>'s house "
done