summaryrefslogtreecommitdiff
path: root/battle
diff options
context:
space:
mode:
Diffstat (limited to 'battle')
-rw-r--r--battle/anim_objects.asm8
-rw-r--r--battle/bg_effects.asm4
2 files changed, 6 insertions, 6 deletions
diff --git a/battle/anim_objects.asm b/battle/anim_objects.asm
index 4d71fa314..2fc1a9019 100644
--- a/battle/anim_objects.asm
+++ b/battle/anim_objects.asm
@@ -4764,13 +4764,13 @@ endr
jr nz, .multiply
ret
-Functionce765: ; ce765 (33:6765)
+BattleAnim_Sine_e: ; ce765 (33:6765)
ld a, e
call BattleAnim_Sine
ld e, a
ret
-Functionce76b: ; ce76b (33:676b)
+BattleAnim_Cosine_e: ; ce76b (33:676b)
ld a, e
call BattleAnim_Cosine
ld e, a
@@ -4778,7 +4778,7 @@ Functionce76b: ; ce76b (33:676b)
; ce771 (33:6771)
-Functionce771: ; ce771
+BattleAnim_AbsSinePrecise: ; ce771
ld a, e
call BattleAnim_Sine
ld e, l
@@ -4787,7 +4787,7 @@ Functionce771: ; ce771
; ce778
-Functionce778: ; ce778
+BattleAnim_AbsCosinePrecise: ; ce778
ld a, e
call BattleAnim_Cosine
ld e, l
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