summaryrefslogtreecommitdiff
path: root/battle/anim_commands.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-01-19 21:31:29 -0800
committeryenatch <yenatch@gmail.com>2015-01-19 21:31:29 -0800
commit3fe3cd1a46be17dd3f94b605ff7385a55358dd74 (patch)
tree98d0151315d06cdb085ccecd426243ce4463939d /battle/anim_commands.asm
parent1aa28c7712cb23401f8c8af30e78672588743d87 (diff)
hVBlank
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