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

42 lines
766 B
NASM

_SilphCo10FSilphWorkerFImScaredText::
text "Waaaaa!"
cont "I'm scared!"
done
_SilphCo10FSilphWorkerFQuietAboutMyCryingText::
text "Please keep quiet"
line "about my crying!"
done
_SilphCo10FRocketBattleText::
text "Welcome to the"
line "10F! So good of"
cont "you to join me!"
done
_SilphCo10FRocketEndBattleText::
text "I'm"
line "stunned!"
prompt
_SilphCo10FRocketAfterBattleText::
text "Nice try, but the"
line "boardroom is up"
cont "one more floor!"
done
_SilphCo10FScientistBattleText::
text "Enough of your"
line "silly games!"
done
_SilphCo10FScientistEndBattleText::
text "No"
line "continues left!"
prompt
_SilphCo10FScientistAfterBattleText::
text "Are you satisfied"
line "with beating me?"
cont "Then go on home!"
done