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

17 lines
326 B
NASM

_PewterMartYoungsterText::
text "A shady, old man"
line "got me to buy"
cont "this really weird"
cont "fish #MON!"
para "It's totally weak"
line "and it cost ¥500!"
done
_PewterMartSuperNerdText::
text "Good things can"
line "happen if you"
cont "raise #MON"
cont "diligently, even"
cont "the weak ones!"
done