kep-hack/text/PokemonMansionB1F.asm
May Evans 86f6151a17 A few cool changes
- Pokemon Mansion has a Guard NPC now
- Professor Oak now plays the Champion theme when you fight him.
2023-02-24 00:05:16 +00:00

49 lines
703 B
NASM

_Mansion4BattleText1::
text "Uh-oh. Where am"
line "I now?"
done
_Mansion4EndBattleText1::
text "Awooh!"
prompt
_Mansion4AfterBattleText1::
text "You can find stuff"
line "lying around."
done
_Mansion4BattleText2::
text "This place is"
line "ideal for a lab."
done
_Mansion4EndBattleText2::
text "What"
line "was that for?"
prompt
_Mansion4AfterBattleText2::
text "I like it here!"
line "It's conducive to"
cont "my studies!"
done
_Mansion4Text7::
text "Diary; Sept. 1"
line "MEWTWO is far too"
cont "powerful."
text "It's no use..."
text "I cannot control"
line "it!"
done
_MansionGuardText::
text "This room is"
line "off-limits."
para "Beat it, kid!"
done