summaryrefslogtreecommitdiff
path: root/engine/battle_anims/functions.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle_anims/functions.asm')
-rw-r--r--engine/battle_anims/functions.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/battle_anims/functions.asm b/engine/battle_anims/functions.asm
index 8ea3ef99a..ec1967e18 100644
--- a/engine/battle_anims/functions.asm
+++ b/engine/battle_anims/functions.asm
@@ -980,7 +980,7 @@ Functioncd557:
ret
.negative
- and $3f
+ and %00111111
cp $20
jr nc, .minus_256
cp $18
@@ -1995,7 +1995,7 @@ BattleAnimFunction_Kick:
dw .one
dw .two ; Jump Kick, Hi Jump Kick
dw .three ; Rolling Kick
- dw .four
+ dw .four ; Rolling Kick (continued)
.zero
ret
@@ -2005,13 +2005,13 @@ BattleAnimFunction_Kick:
add hl, bc
ld a, [hl]
cp $30
- jr c, .unknown_cdb24
+ jr c, .move_down
ld hl, BATTLEANIMSTRUCT_JUMPTABLE_INDEX
add hl, bc
ld [hl], $0
ret
-.unknown_cdb24
+.move_down
add $4
ld [hl], a
ret