diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-02-05 12:44:21 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-02-05 12:44:21 -0500 |
commit | 4264d53eb681ea8a3b1a71426ac485078b80a8ca (patch) | |
tree | 07ccb1d395c766b49c758dcb34de00bc70881cfc /engine/battle_anims/anim_commands.asm | |
parent | 7d3ea88611efbc2f9b903063e2816b1cae1bad35 (diff) |
Identify some more labels
Diffstat (limited to 'engine/battle_anims/anim_commands.asm')
-rw-r--r-- | engine/battle_anims/anim_commands.asm | 6 |
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 |