You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Label some mobile addresses, and revise some comments
This commit is contained in:
@@ -1510,10 +1510,10 @@ Tackle_BGEffect25_2d_two:
|
||||
|
||||
Functionc88a5:
|
||||
push af
|
||||
ld a, [wFXAnimID + 1] ; FXAnimID + 1
|
||||
ld a, [wFXAnimID + 1]
|
||||
or a
|
||||
jr nz, .not_rollout
|
||||
ld a, [wFXAnimID] ; FXAnimID
|
||||
ld a, [wFXAnimID]
|
||||
cp ROLLOUT
|
||||
jr z, .rollout
|
||||
.not_rollout
|
||||
|
Reference in New Issue
Block a user