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

55 lines
915 B
NASM

_SilphCo5FRockerEndBattleText::
text "Oh"
line "goodness!"
prompt
_SilphCo5FRockerAfterBattleText::
text "You're only on 5F."
line "It's a long way"
cont "to my BOSS!"
done
_SilphCo5FRocket2BattleText::
text "Show TEAM ROCKET"
line "a little respect!"
done
_SilphCo5FRocket2EndBattleText::
text "Cough..."
line "Cough..."
prompt
_SilphCo5FRocket2AfterBattleText::
text "Which reminds me."
para "KOFFING evolves"
line "into WEEZING!"
done
_SilphCo5FPokemonReport1Text::
text "It's a #MON"
line "REPORT!"
para "#MON LAB"
line "created PORYGON,"
cont "the first virtual"
cont "reality #MON."
done
_SilphCo5FPokemonReport2Text::
text "It's a #MON"
line "REPORT!"
para "Over 160 #MON"
line "techniques have"
cont "been confirmed."
done
_SilphCo5FPokemonReport3Text::
text "It's a #MON"
line "REPORT!"
para "4 #MON evolve"
line "only when traded"
cont "by link-cable."
done