summaryrefslogtreecommitdiff
path: root/engine/battle_anims/anim_commands.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle_anims/anim_commands.asm')
-rw-r--r--engine/battle_anims/anim_commands.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/battle_anims/anim_commands.asm b/engine/battle_anims/anim_commands.asm
index 2c8ff64dd..5f41d2314 100644
--- a/engine/battle_anims/anim_commands.asm
+++ b/engine/battle_anims/anim_commands.asm
@@ -26,11 +26,11 @@ _PlayBattleAnim:
ld c, 1
ldh a, [rKEY1]
- bit 7, a
- jr nz, .asm_cc0ff
+ bit 7, a ; check CGB double speed mode
+ jr nz, .got_speed
ld c, 3
-.asm_cc0ff
+.got_speed
ld hl, hVBlank
ld a, [hl]
push af