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

31 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