mirror of
https://github.com/pret/pokeyellow.git
synced 2024-12-02 16:06:53 +00:00
d001ced41b
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.
57 lines
927 B
NASM
57 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
|