One more bug down!

This commit is contained in:
Martha Schilling 2023-12-29 22:37:14 +00:00
parent 9060580fda
commit 51185204d0
2 changed files with 2 additions and 2 deletions

View file

@ -260,7 +260,7 @@ and more!
Known Bugs
====
- Losing to Yujirou's initial team crashes the game.
- The Fighing Dojo Karate Master doesn't allow you to rematch him after losing to him, but still lets you pick a Hitmon. If you defeat the Elite Four before him, the Hitmon gift is instead permanently locked off.
- If you defeat the Elite Four before the Fighing Dojo Karate Master, the Hitmon gift is permanently locked off.
- Occasionally, menu text sets itself to scroll. (hasn't happened for a while, either uncommon or fixed)
- The Tradeback Tutor doesn't work properly with Rhydon for reasons likely related to its index number of 1.
- Fake Tears and Nasty Plot don't quite look right when done from the opponent's side.

View file

@ -168,7 +168,6 @@ FightingDojoText1: ; gym scaling can be removed to make space
ld a, $3
ld [wFightingDojoCurScript], a
ld [wCurMapScript], a
SetEvent EVENT_DEFEATED_FIGHTING_DOJO
jr .asm_9dba4
.continue1
ld hl, FightingDojoText_5ce9d
@ -177,6 +176,7 @@ FightingDojoText1: ; gym scaling can be removed to make space
.continue2
ld hl, FightingDojoText8
call PrintText
SetEvent EVENT_DEFEATED_FIGHTING_DOJO
.asm_9dba4
jp TextScriptEnd