pokered/text/PokemonMansion1F.asm

30 lines
520 B
NASM
Raw Permalink Normal View History

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