summaryrefslogtreecommitdiff
path: root/home/sprite_anims.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/sprite_anims.asm')
-rwxr-xr-xhome/sprite_anims.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/home/sprite_anims.asm b/home/sprite_anims.asm
index 7b5b22d5..e20c63ac 100755
--- a/home/sprite_anims.asm
+++ b/home/sprite_anims.asm
@@ -1,11 +1,11 @@
InitSpriteAnimStruct::
- ld [wAnimatedObjectStructIDBuffer], a
+ ld [wSpriteAnimIDBuffer], a
ldh a, [hROMBank]
push af
ld a, BANK(_InitSpriteAnimStruct)
rst Bankswitch
- ld a, [wAnimatedObjectStructIDBuffer]
+ ld a, [wSpriteAnimIDBuffer]
call _InitSpriteAnimStruct
@@ -15,13 +15,13 @@ InitSpriteAnimStruct::
ret
ReinitSpriteAnimFrame::
- ld [wAnimatedObjectStructIDBuffer], a
+ ld [wSpriteAnimIDBuffer], a
ldh a, [hROMBank]
push af
ld a, BANK(_ReinitSpriteAnimFrame)
rst Bankswitch
- ld a, [wAnimatedObjectStructIDBuffer]
+ ld a, [wSpriteAnimIDBuffer]
call _ReinitSpriteAnimFrame