mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

Credit to ViWalls for discovering most of these bugs in his playtest: - Citrine City's theme has been made slightly louder. - The book in Mr. Fuji's house had difficulties working properly, so it's been removed for now. - Fixed issues where Silph Co. and the Fishing Rod house displayed incorrectly on the Town Map. - Removed the unnecessary sign outside Celadon University. - Fixed an issue where 2 NPCs in Cinnabar Lab and Pokemon Mansion, respectively, had incorrect text. - Fixed a text issue in Pokemon Mansion where the final Mewtwo log would display incorrectly. - Altered a piece of text in the secret area of Pokemon Mansion to avoid a text box error since the idea we had in mind for it was scrapped. - Fixed a text issue in Viridian Pre-Gym where the text for the right-side poster overflowed past the edge of the textbox.
95 lines
1.3 KiB
NASM
95 lines
1.3 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 "Its seemed to"
|
|
line "react to the"
|
|
cont "situation."
|
|
|
|
para "Tranquilizers"
|
|
line "were 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."
|
|
|
|
done
|
|
|
|
_B2FPicture::
|
|
text "It's charred"
|
|
line "picture of a"
|
|
cont "happy family."
|
|
|
|
done
|
|
|
|
_B2FComputer1::
|
|
text "The screen is"
|
|
line "cracked, but"
|
|
cont "five graphs"
|
|
cont "are visible."
|
|
|
|
done
|
|
|
|
_B2FComputer2::
|
|
text "The screen is"
|
|
line "broken beyond"
|
|
cont "repair..."
|
|
|
|
done
|
|
|
|
_B2FMissingNo::
|
|
text "A multicolored,"
|
|
line "glitched block"
|
|
cont "is visible on"
|
|
cont "this screen."
|
|
|
|
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 "litters the"
|
|
cont "pod..."
|
|
|
|
para "What could have"
|
|
line "done this?"
|
|
|
|
done |