pokered/text/PokemonMansion2F.asm

48 lines
853 B
NASM
Raw Permalink Normal View History

_PokemonMansion2FSuperNerdBattleText::
2014-01-22 21:18:39 +00:00
text "I can't get out!"
line "This old place is"
cont "one big puzzle!"
done
_PokemonMansion2FSuperNerdEndBattleText::
2014-01-22 21:18:39 +00:00
text "Oh no!"
line "My bag of loot!"
prompt
_PokemonMansion2FSuperNerdAfterBattleText::
2014-01-22 21:18:39 +00:00
text "Switches open and"
line "close alternating"
cont "sets of doors!"
done
_PokemonMansion2FDiary1Text::
2014-01-22 21:18:39 +00:00
text "Diary: July 5"
line "Guyana,"
cont "South America"
para "A new #MON was"
line "discovered deep"
cont "in the jungle."
done
_PokemonMansion2FDiary2Text::
2014-01-22 21:18:39 +00:00
text "Diary: July 10"
line "We christened the"
cont "newly discovered"
cont "#MON, MEW."
done
_PokemonMansion2FSwitchText::
2014-01-22 21:18:39 +00:00
text "A secret switch!"
para "Press it?"
done
_PokemonMansion2FSwitchPressedText::
2014-01-22 21:18:39 +00:00
text "Who wouldn't?"
prompt
_PokemonMansion2FSwitchNotPressedText::
2014-01-22 21:18:39 +00:00
text "Not quite yet!"
done