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

48 lines
908 B
NASM

_MtMoonPokecenterYoungsterText::
text "I've 6 # BALLs"
line "set in my belt."
para "At most, you can"
line "carry 6 #MON."
done
_MtMoonPokecenterGentlemanText::
text "TEAM ROCKET"
line "attacks CERULEAN"
cont "citizens..."
para "TEAM ROCKET is"
line "always in the"
cont "news!"
done
_MtMoonPokecenterMagikarpSalesmanIGotADealText::
text "MAN: Hello, there!"
line "Have I got a deal"
cont "just for you!"
para "I'll let you have"
line "a swell MAGIKARP"
cont "for just ¥500!"
cont "What do you say?"
done
_MtMoonPokecenterMagikarpSalesmanNoText::
text "No? I'm only"
line "doing this as a"
cont "favor to you!"
done
_MtMoonPokecenterMagikarpSalesmanNoMoneyText::
text "You'll need more"
line "money than that!"
done
_MtMoonPokecenterMagikarpSalesmanNoRefundsText::
text "MAN: Well, I don't"
line "give refunds!"
done
_MtMoonPokecenterClipboardText::
text_start
done