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

36 lines
648 B
NASM

_RocketHideoutB3FRocket1BattleText::
text "Stop meddling in"
line "TEAM ROCKET's"
cont "affairs!"
done
_RocketHideoutB3FRocket1EndBattleText::
text "Oof!"
line "Taken down!"
prompt
_RocketHideoutB3FRocket1AfterBattleText::
text "SILPH SCOPE?"
line "The machine the"
cont "BOSS stole. It's"
cont "here somewhere."
done
_RocketHideout3BattleTxt::
text "We got word from"
line "upstairs that you"
cont "were coming!"
done
_RocketHideout3EndBattleText3::
text "What?"
line "I lost? No!"
prompt
_RocketHide3AfterBattleText3::
text "Go ahead and go!"
line "But, you need the"
cont "LIFT KEY to run"
cont "the elevator!"
done