diff options
Diffstat (limited to 'battle/bg_effects.asm')
-rw-r--r-- | battle/bg_effects.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/bg_effects.asm b/battle/bg_effects.asm index fa98177e7..014e75d01 100644 --- a/battle/bg_effects.asm +++ b/battle/bg_effects.asm @@ -2959,13 +2959,13 @@ Functionc9059: ; c9059 (32:5059) Functionc905d: ; c905d (32:505d) ld e, a - callab Functionce765 + callab BattleAnim_Sine_e ld a, e ret Functionc9066: ; c9066 (32:5066) ld e, a - callab Functionce76b + callab BattleAnim_Cosine_e ld a, e ret |