mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 06:38:40 +13:00
Bug Fixes
Fixes the following bugs: - Restores the Museum Guy's functionality that was removed when trying to allow Brock skip. Now works fine. - Attempt to fix Yujirou's Sabrina-like glitch. If this doesn't fix it, look at Sabrina between RB and Y - Attempt to fix some Misty text. - Changed Squirtle check to use EVENT_BEAT_SURGE over the ThunderBadge. Same effect, saves a line of code, generally easier. - Reverts a really old and shoddy DV generation system back to vanilla. Also, I changed some gym/rival teams to reflect new philosophies from Discord discussion.
This commit is contained in:
parent
9528f45ce2
commit
8a87ce000e
7 changed files with 71 additions and 73 deletions
|
|
@ -80,7 +80,7 @@ YujirouText:
|
|||
ld hl, YujirouLoseText
|
||||
ld de, YujirouWinText
|
||||
call SaveEndBattleTextPointers
|
||||
ld a, $3
|
||||
ld a, $2
|
||||
ld [wViridianPreGymCurScript], a
|
||||
ld [wCurMapScript], a
|
||||
jr .done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue