diff options
author | 7Soul <5599828+7Soul@users.noreply.github.com> | 2020-10-06 16:45:09 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-06 15:45:09 -0400 |
commit | cf26f559857de7317900578c21c2e8727964d36c (patch) | |
tree | d384730526ee6cf5001161c5c9abbf0964f398c6 /engine/battle_anims/anim_commands.asm | |
parent | fc08ff2c384b09a47c49226c2a3e3d2084adf16c (diff) |
Identify battle bg effects functions and constants (#773)
Identify battle bg effects functions and constants
Diffstat (limited to 'engine/battle_anims/anim_commands.asm')
-rw-r--r-- | engine/battle_anims/anim_commands.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle_anims/anim_commands.asm b/engine/battle_anims/anim_commands.asm index cfaaf0087..fd2457bb3 100644 --- a/engine/battle_anims/anim_commands.asm +++ b/engine/battle_anims/anim_commands.asm @@ -112,7 +112,7 @@ RunBattleAnimScript: cp ROLLOUT jr nz, .not_rollout - ld a, ANIM_BG_2E + ld a, ANIM_BG_ROLLOUT ld b, NUM_BG_EFFECTS ld de, BG_EFFECT_STRUCT_LENGTH ld hl, wBGEffect1Function |