kep-hack/text/SilphCo5F_2.asm
Martha Schilling 9080a74da2 Post-release bugfixes: Batch 1
This commit fixes the following bugs:

- A guy in Celadon University was stuck in a tree due to being placed on the wrong tile.

- It was possible to walk out of bounds in Mt. Moon Crater due to buggy collision near the bottom of the map

- Hi Jump Kick had a slightly glitched animation

- It was possible to walk into a specific rock in both Cerulean Cave and Garnet Cavern. This was a vanilla bug too, but I'm fixing it proper now.

- There was no signpost outside Bill's Lighthouse where there should've been.

- Fixed two errors in the README

- The Fissure TM was not purchasable at the Citrine Rocket house

- Even if you had picked one of the original starters, you could still get the Charmander and Squirtle gifts as the NPCs would show up regardless.

- Trying to get the Squirtle gift with a full party and box would lock you out from getting it

- Fixed a text issue in Celadon Uni where the professor states the wrong TM

- Fixed two text issues in Silph Co
2024-01-09 23:00:18 +00:00

62 lines
1,020 B
NASM

_SilphCo5EndBattleText4::
text "Oh"
line "goodness!"
prompt
_SilphCo5AfterBattleText4::
text "You're only on 3F."
line "It's a long way"
cont "to my BOSS!"
done
_SilphCo5BattleText5::
text "Show TEAM ROCKET"
line "a little respect!"
done
_SilphCo5EndBattleText5::
text "Cough..."
line "Cough..."
prompt
_SilphCo5AfterBattleText5::
text "Which reminds me."
para "KOFFING evolves"
line "into WEEZING!"
done
_SilphCo5Text9::
text "It's a #MON"
line "REPORT!"
para "#MON LAB"
line "created PORYGON,"
cont "the first virtual"
cont "reality #MON."
done
_SilphCo5Text10::
text "It's a #MON"
line "REPORT!"
para "Over 180 #MON"
line "techniques have"
cont "been confirmed."
done
_SilphCo5Text11::
text "It's a #MON"
line "REPORT!"
para "KADABRA evolves"
line "only when traded"
cont "by link-cable."
para "Further testing" ; changed due to increased number of new trade evos
line "will be needed to"
cont "discover any more"
cont "species that"
cont "evolve this way."
done