You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Comment, remove, or revise many unreferenced labels
This commit is contained in:
@@ -263,14 +263,12 @@ InitBattleAnimBuffer:
|
||||
jr nz, .no_sub
|
||||
ld a, [wFXAnimID]
|
||||
cp KINESIS
|
||||
jr z, .kinesis
|
||||
jr z, .do_sub
|
||||
cp SOFTBOILED
|
||||
jr z, .softboiled
|
||||
jr z, .do_sub
|
||||
cp MILK_DRINK
|
||||
jr nz, .no_sub
|
||||
.kinesis
|
||||
.softboiled
|
||||
.milk_drink
|
||||
.do_sub
|
||||
pop af
|
||||
sub 1 * 8
|
||||
jr .done
|
||||
|
||||
Reference in New Issue
Block a user