diff options
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r-- | engine/scripting.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm index 06ca48d66..1a5ee4cea 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -1561,8 +1561,8 @@ Script_returnafterbattle: ; 0x97459 and $3f cp $1 jr nz, .asm_97470 ; 0x97466 $8 - ld b, $4 - ld hl, $64c1 + ld b, BANK(UnknownScript_0x124c1) + ld hl, UnknownScript_0x124c1 jp ScriptJump .asm_97470 bit 0, d |