Identify more unnamed labels

This commit is contained in:
Rangi
2020-10-04 22:34:50 -04:00
parent e475ce6fda
commit d9603e3e33
9 changed files with 89 additions and 73 deletions

View File

@@ -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