mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 10:23:34 +12:00

- Cinnabar Volcano now requires Strength to complete, and contains several trainers, including 3 Firefighters. - The entrance to Mansion B2F has been changed to a warp pad instead of a staircase. - Removed the boulders in B2F to fix a bug and to prevent softlocks. - Minor text fixes.
49 lines
703 B
NASM
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."
|
|
|
|
para "It's no use..."
|
|
|
|
para "I cannot control"
|
|
line "it!"
|
|
|
|
done
|
|
|
|
_MansionGuardText::
|
|
text "This area is"
|
|
line "off-limits."
|
|
|
|
para "Beat it, kid!"
|
|
|
|
done |