summaryrefslogtreecommitdiff
path: root/src/engine/home.asm
diff options
context:
space:
mode:
authorElectroDeoxys <ElectroDeoxys@gmail.com>2021-02-02 10:06:15 +0000
committerElectroDeoxys <ElectroDeoxys@gmail.com>2021-02-02 10:13:40 +0000
commit152fb72933bbe7326d6172f3e2c8659346e8acc7 (patch)
treec0227e025c15bb4a1b3cae8d3b75318414162ab4 /src/engine/home.asm
parent4d4d7e554def50e5fdbc04a5d2a78f3a69a76327 (diff)
Identify Duel Animation structs
Diffstat (limited to 'src/engine/home.asm')
-rw-r--r--src/engine/home.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm
index c860dd3..cc16ca3 100644
--- a/src/engine/home.asm
+++ b/src/engine/home.asm
@@ -11121,7 +11121,7 @@ Func_3b6a: ; 3b6a (0:3b6a)
ld [wTempAnimation], a ; hold an animation temporarily
ldh a, [hBankROM]
push af
- ld [wd4be], a
+ ld [wDuelAnimReturnBank], a
push hl
push bc
@@ -11171,7 +11171,7 @@ Func_3bb5: ; 3bb5 (0:3bb5)
ld [wd4c0], a
ldh a, [hBankROM]
push af
- ld a, [wd4be]
+ ld a, [wDuelAnimReturnBank]
call BankswitchROM
call Func_3cb4
call CallHL2