summaryrefslogtreecommitdiff
path: root/src/engine/home.asm
diff options
context:
space:
mode:
authorAroymart <andrewrmartinek@gmail.com>2019-11-14 11:23:51 -0500
committerGitHub <noreply@github.com>2019-11-14 11:23:51 -0500
commit19dfdb2a3ea22ee69736a525b3aed28e691f1c33 (patch)
tree087bcd9b2b4cbac2d1899952a834d70edba8ad45 /src/engine/home.asm
parentb3c8ae05a771ecc104deaf18dfee3777dd7e94ac (diff)
parentb0450daf6fe16d3ceba2cd51a01fe3531a084f7f (diff)
Merge pull request #62 from jidoc01/master
Disassemble bank 6, 7 (Animation Procedure)
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 15778ca..b7374aa 100644
--- a/src/engine/home.asm
+++ b/src/engine/home.asm
@@ -11241,7 +11241,7 @@ CheckAnyAnimationPlaying: ; 3b52 (0:3b52)
ret
Func_3b6a: ; 3b6a (0:3b6a)
- ld [wd422], a
+ ld [wTempAnimation], a ; hold an animation temporarily
ldh a, [hBankROM]
push af
ld [wd4be], a
@@ -11250,7 +11250,7 @@ Func_3b6a: ; 3b6a (0:3b6a)
push de
ld a, $07
call BankswitchROM
- ld a, [wd422]
+ ld a, [wTempAnimation]
cp $61
jr nc, .asm_3b90
ld hl, wd4ad