summaryrefslogtreecommitdiff
path: root/home/sprite_anims.asm
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2020-05-16 21:42:24 -0500
committerGitHub <noreply@github.com>2020-05-16 21:42:24 -0500
commit8a924f1f783572ff395f617f99546b4c949c8b04 (patch)
tree1b6c7de331cb983256651b11b8adf413a3a434f1 /home/sprite_anims.asm
parent88d7e9a34a8b610b358cec1ccc6660634ca9ce80 (diff)
parented94962edf1668aba3f60938e8a5ba8040e2a59c (diff)
Merge pull request #30 from entrpntr/spring-cleaning
Spring Cleaning
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