mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 22:52:15 +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
|
|
@ -43,7 +43,7 @@ CeruleanGymMistyPostBattle:
|
|||
ld [wJoyIgnore], a
|
||||
|
||||
CeruleanGymReceiveTM11:
|
||||
ld a, $5
|
||||
ld a, $7
|
||||
ldh [hSpriteIndexOrTextID], a
|
||||
call DisplayTextID
|
||||
SetEvent EVENT_BEAT_MISTY
|
||||
|
|
@ -56,7 +56,7 @@ CeruleanGymReceiveTM11:
|
|||
SetEvent EVENT_GOT_TM11
|
||||
jr .gymVictory
|
||||
.BagFull
|
||||
ld a, $7
|
||||
ld a, $8
|
||||
ldh [hSpriteIndexOrTextID], a
|
||||
call DisplayTextID
|
||||
.gymVictory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue