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

51 lines
952 B
NASM

_SilphCo5FSilphWorkerMThatsYouRightText::
text "TEAM ROCKET is"
line "in an uproar over"
cont "some intruder."
cont "That's you right?"
done
_SilphCo5FSilphWorkerMYoureOurHeroText::
text "TEAM ROCKET took"
line "off! You're our"
cont "hero! Thank you!"
done
_SilphCo5FRocket1BattleText::
text "I heard a kid was"
line "wandering around."
done
_SilphCo5FRocket1EndBattleText::
text "Boom!"
prompt
_SilphCo5FRocket1AfterBattleText::
text "It's not smart"
line "to pick a fight"
cont "with TEAM ROCKET!"
done
_SilphCo5FScientistBattleText::
text "We study #"
line "BALL technology"
cont "on this floor!"
done
_SilphCo5FScientistEndBattleText::
text "Dang!"
line "Blast it!"
prompt
_SilphCo5FScientistAfterBattleText::
text "We worked on the"
line "ultimate #"
cont "BALL which would"
cont "catch anything!"
done
_SilphCo5FRockerBattleText::
text "Whaaat? There"
line "shouldn't be any"
cont "children here?"
done