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

46 lines
815 B
NASM

_SilphCo3FSilphWorkerMWhatShouldIDoText::
text "I work for SILPH."
line "What should I do?"
done
_SilphCo3FSilphWorkerMYouSavedUsText::
text "<PLAYER>! You and"
line "your #MON"
cont "saved us!"
done
_SilphCo3FRocketBattleText::
text "Quit messing with"
line "us, kid!"
done
_SilphCo3FRocketEndBattleText::
text "I give"
line "up!"
prompt
_SilphCo3FRocketAfterBattleText::
text "A hint? You can"
line "open doors with a"
cont "CARD KEY!"
done
_SilphCo3FScientistBattleText::
text "I support TEAM"
line "ROCKET more than"
cont "I support SILPH!"
done
_SilphCo3FScientistEndBattleText::
text "You"
line "really got me!"
prompt
_SilphCo3FScientistAfterBattleText::
text "Humph..."
para "TEAM ROCKET said"
line "that if I helped"
cont "them, they'd let"
cont "me study #MON!"
done