You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Identify more unnamed labels
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user