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

52 lines
878 B
NASM

_SSAnneBowSuperNerdText::
text "The party's over."
line "The ship will be"
cont "departing soon."
done
_SSAnneBowSailor1Text::
text "Scrubbing decks"
line "is hard work!"
done
_SSAnneBowCooltrainerMText::
text "Urf. I feel ill."
para "I stepped out to"
line "get some air."
done
_SSAnneBowSailor2BattleText::
text "Hey matey!"
para "Let's do a little"
line "jig!"
done
_SSAnneBowSailor2EndBattleText::
text "You're"
line "impressive!"
prompt
_SSAnneBowSailor2AfterBattleText::
text "How many kinds of"
line "#MON do you"
cont "think there are?"
done
_SSAnneBowSailor3BattleText::
text "Ahoy there!"
line "Are you seasick?"
done
_SSAnneBowSailor3EndBattleText::
text "I was"
line "just careless!"
prompt
_SSAnneBowSailor3AfterBattleText::
text "My Pa said there"
line "are 100 kinds of"
cont "#MON. I think"
cont "there are more."
done