summaryrefslogtreecommitdiff
path: root/battle/anim_commands.asm
diff options
context:
space:
mode:
Diffstat (limited to 'battle/anim_commands.asm')
-rw-r--r--battle/anim_commands.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/anim_commands.asm b/battle/anim_commands.asm
index 6e5a931eb..f9c841274 100644
--- a/battle/anim_commands.asm
+++ b/battle/anim_commands.asm
@@ -35,7 +35,7 @@ _PlayBattleAnim: ; cc0e4
ld c, 3
.asm_cc0ff
- ld hl, $ff9e
+ ld hl, hVBlank
ld a, [hl]
push af
@@ -43,7 +43,7 @@ _PlayBattleAnim: ; cc0e4
call Functioncc11c
pop af
- ld [$ff9e], a
+ ld [hVBlank], a
ld a, $1
ld [hBGMapMode], a