mirror of
https://github.com/pret/pokeyellow.git
synced 2024-11-30 22:00:31 +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.
32 lines
564 B
NASM
32 lines
564 B
NASM
_ViridianMartClerkSayHiToOakText::
|
|
text "Okay! Say hi to"
|
|
line "PROF.OAK for me!"
|
|
done
|
|
|
|
_ViridianMartClerkYouCameFromPalletTownText::
|
|
text "Hey! You came from"
|
|
line "PALLET TOWN?"
|
|
done
|
|
|
|
_ViridianMartClerkParcelQuestText::
|
|
text "You know PROF."
|
|
line "OAK, right?"
|
|
|
|
para "His order came in."
|
|
line "Will you take it"
|
|
cont "to him?"
|
|
|
|
para "<PLAYER> got"
|
|
line "OAK's PARCEL!@"
|
|
text_end
|
|
|
|
_ViridianMartYoungsterText::
|
|
text "This shop sells"
|
|
line "many ANTIDOTEs."
|
|
done
|
|
|
|
_ViridianMartCooltrainerMText::
|
|
text "No! POTIONs are"
|
|
line "all sold out."
|
|
done
|