diff --git a/README.md b/README.md index c03c196c..47381e15 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/scripts/FightingDojo.asm b/scripts/FightingDojo.asm index 3836ff63..44cf5aef 100644 --- a/scripts/FightingDojo.asm +++ b/scripts/FightingDojo.asm @@ -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