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:
Llinos Evans 2023-07-08 10:01:27 +01:00
parent 9528f45ce2
commit 8a87ce000e
7 changed files with 71 additions and 73 deletions

View file

@ -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