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.
101 lines
1.4 KiB
NASM
101 lines
1.4 KiB
NASM
_B2FBook1::
|
|
text "Diary: Feb 20"
|
|
line "The clone project"
|
|
cont "was a success."
|
|
|
|
para "We are getting"
|
|
line "high energy"
|
|
cont "readings from"
|
|
cont "MEWTWO's PSYCHIC"
|
|
cont "power!"
|
|
|
|
para "But..."
|
|
|
|
para "What are they"
|
|
line "talking about?"
|
|
|
|
done
|
|
|
|
_B2FBook2::
|
|
text "Diary: Apr 24"
|
|
line "All clones have"
|
|
cont "perished."
|
|
|
|
para "MEWTWO remains."
|
|
line "However..."
|
|
|
|
para "It has seemed to"
|
|
line "react to the"
|
|
cont "situation."
|
|
|
|
para "Tranquilizers were"
|
|
line "administered."
|
|
|
|
para "We should never"
|
|
line "have gone to"
|
|
cont "Guyana. I must"
|
|
cont "hide that map..."
|
|
|
|
para "Somewhere no one"
|
|
line "will ever look."
|
|
cont "With any luck,"
|
|
cont "it'll end up at"
|
|
cont "the bottom of"
|
|
cont "the sea..."
|
|
|
|
done
|
|
|
|
_B2FPicture::
|
|
text "It's a charred"
|
|
line "picture of a"
|
|
cont "happy family."
|
|
|
|
done
|
|
|
|
_B2FComputer1::
|
|
text "The screen is"
|
|
line "cracked, but 5"
|
|
cont "graphs are"
|
|
cont "visible."
|
|
|
|
done
|
|
|
|
_B2FComputer2::
|
|
text "The screen is"
|
|
line "broken beyond"
|
|
cont "repair..."
|
|
|
|
done
|
|
|
|
_B2FMissingNo::
|
|
text "Badly corrupted"
|
|
line "graphics are on"
|
|
cont "this screen..."
|
|
|
|
para "It's best to"
|
|
line "leave it alone."
|
|
|
|
done
|
|
|
|
_TrioPods::
|
|
text "Stagnant fluid"
|
|
line "floats inside"
|
|
cont "the pod..."
|
|
|
|
done
|
|
|
|
_AmberPod::
|
|
text "This pod is"
|
|
line "empty."
|
|
|
|
done
|
|
|
|
_MewtwoPod::
|
|
text "Smashed glass"
|
|
line "surrounds this"
|
|
cont "pod..."
|
|
|
|
para "What could have"
|
|
line "done this?"
|
|
|
|
done |