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

56 lines
985 B
NASM

_SilphCo4FSilphWorkerMImHidingText::
text "Sssh! Can't you"
line "see I'm hiding?"
done
_SilphCo4FSilphWorkerMTeamRocketIsGoneText::
text "Huh? TEAM ROCKET"
line "is gone?"
done
_SilphCo4FRocket1BattleText::
text "TEAM ROCKET has"
line "taken command of"
cont "SILPH CO.!"
done
_SilphCo4FRocket1EndBattleText::
text "Arrgh!"
prompt
_SilphCo4FRocket1AfterBattleText::
text "Fwahahaha!"
line "My BOSS has been"
cont "after this place!"
done
_SilphCo4FScientistBattleText::
text "My #MON are my"
line "loyal soldiers!"
done
_SilphCo4FScientistEndBattleText::
text "Darn!"
line "You weak #MON!"
prompt
_SilphCo4FScientistAfterBattleText::
text "The doors are"
line "electronically"
cont "locked! A CARD"
cont "KEY opens them!"
done
_SilphCo4FRocket2BattleText::
text "Intruder spotted!"
done
_SilphCo4FRocket2EndBattleText::
text "Who"
line "are you?"
prompt
_SilphCo4FRocket2AfterBattleText::
text "I better tell the"
line "BOSS on 11F!"
done