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

29 lines
520 B
NASM

_PokemonMansion1FScientistBattleText::
text "Who are you? There"
line "shouldn't be"
cont "anyone here."
done
_PokemonMansion1FScientistEndBattleText::
text "Ouch!"
prompt
_PokemonMansion1FScientistAfterBattleText::
text "A key? I don't"
line "know what you're"
cont "talking about."
done
_PokemonMansion1FSwitchText::
text "A secret switch!"
para "Press it?"
done
_PokemonMansion1FSwitchPressedText::
text "Who wouldn't?"
prompt
_PokemonMansion1FSwitchNotPressedText::
text "Not quite yet!"
done