mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
One more bug down!
This commit is contained in:
parent
9060580fda
commit
51185204d0
|
@ -260,7 +260,7 @@ and more!
|
||||||
Known Bugs
|
Known Bugs
|
||||||
====
|
====
|
||||||
- Losing to Yujirou's initial team crashes the game.
|
- 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)
|
- 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.
|
- 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.
|
- Fake Tears and Nasty Plot don't quite look right when done from the opponent's side.
|
||||||
|
|
|
@ -168,7 +168,6 @@ FightingDojoText1: ; gym scaling can be removed to make space
|
||||||
ld a, $3
|
ld a, $3
|
||||||
ld [wFightingDojoCurScript], a
|
ld [wFightingDojoCurScript], a
|
||||||
ld [wCurMapScript], a
|
ld [wCurMapScript], a
|
||||||
SetEvent EVENT_DEFEATED_FIGHTING_DOJO
|
|
||||||
jr .asm_9dba4
|
jr .asm_9dba4
|
||||||
.continue1
|
.continue1
|
||||||
ld hl, FightingDojoText_5ce9d
|
ld hl, FightingDojoText_5ce9d
|
||||||
|
@ -177,6 +176,7 @@ FightingDojoText1: ; gym scaling can be removed to make space
|
||||||
.continue2
|
.continue2
|
||||||
ld hl, FightingDojoText8
|
ld hl, FightingDojoText8
|
||||||
call PrintText
|
call PrintText
|
||||||
|
SetEvent EVENT_DEFEATED_FIGHTING_DOJO
|
||||||
.asm_9dba4
|
.asm_9dba4
|
||||||
jp TextScriptEnd
|
jp TextScriptEnd
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue