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 more ANIM_OBJ_* constants
This commit is contained in:
@@ -506,13 +506,13 @@ BattleBGEffect_HeadFollow: ; c8281 (32:4281)
|
||||
push bc
|
||||
call BGEffect_CheckBattleTurn
|
||||
jr nz, .player_turn
|
||||
ld a, ANIM_OBJ_BA
|
||||
ld a, ANIM_OBJ_PLAYERHEADFOLLOW
|
||||
ld [wBattleAnimTemp0], a
|
||||
ld a, 16 * 8 + 4
|
||||
jr .okay
|
||||
|
||||
.player_turn
|
||||
ld a, ANIM_OBJ_BB
|
||||
ld a, ANIM_OBJ_ENEMYHEADFOLLOW
|
||||
ld [wBattleAnimTemp0], a
|
||||
ld a, 6 * 8
|
||||
.okay
|
||||
|
Reference in New Issue
Block a user