mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 07:02:17 +13:00
One more bug down!
This commit is contained in:
parent
9060580fda
commit
51185204d0
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue