summaryrefslogtreecommitdiff
path: root/battle/anim_objects.asm
diff options
context:
space:
mode:
Diffstat (limited to 'battle/anim_objects.asm')
-rw-r--r--battle/anim_objects.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/battle/anim_objects.asm b/battle/anim_objects.asm
index a0cfb1cd0..74889c0a1 100644
--- a/battle/anim_objects.asm
+++ b/battle/anim_objects.asm
@@ -106,7 +106,7 @@ BattleAnimOAMUpdate: ; cca09
ld a, [hli]
ld h, [hl]
ld l, a
- ld a, [w5_d418]
+ ld a, [wBattleAnimOAMPointerLo]
ld e, a
ld d, Sprites / $100
.loop
@@ -173,7 +173,7 @@ BattleAnimOAMUpdate: ; cca09
inc hl
inc de
ld a, e
- ld [w5_d418], a
+ ld [wBattleAnimOAMPointerLo], a
cp $a0
jr nc, .exit_set_carry
dec c
@@ -620,7 +620,7 @@ GetBattleAnimOAMPointer: ; ce83c
; ce846
-Functionce846: ; ce846 (33:6846)
+LoadBattleAnimObj: ; ce846 (33:6846)
push hl
ld l, a
ld h, 0