summaryrefslogtreecommitdiff
path: root/engine/slot_machine.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-13 10:48:49 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-13 10:48:49 -0500
commit21276b79f12fa8e261e63f7ddba0cdfb2391c0f9 (patch)
treed8031ba81b34f296787c79b62fbe70b5a3bfad6c /engine/slot_machine.asm
parente0b4fc781aba3c9ac184e0ab91dfcf5d11c585c5 (diff)
SpriteAnim
Diffstat (limited to 'engine/slot_machine.asm')
-rwxr-xr-xengine/slot_machine.asm18
1 files changed, 9 insertions, 9 deletions
diff --git a/engine/slot_machine.asm b/engine/slot_machine.asm
index 075b1ba78..8318942fe 100755
--- a/engine/slot_machine.asm
+++ b/engine/slot_machine.asm
@@ -1037,9 +1037,9 @@ Function92d20: ; 92d20
call Function92fc0
push bc
push af
- ld de, $6068
- ld a, $6
- call Function3b2a
+ lb de, $60, $68
+ ld a, SPRITE_ANIM_INDEX_06
+ call _InitSpriteAnimStruct
ld hl, $e
add hl, bc
pop af
@@ -1096,9 +1096,9 @@ Function92d7e: ; 92d7e
add hl, bc
ld [hl], $0
push bc
- ld de, $6000
- ld a, $7
- call Function3b2a
+ lb de, $60, $00
+ ld a, SPRITE_ANIM_INDEX_07
+ call _InitSpriteAnimStruct
pop bc
xor a
ld [wcf64], a
@@ -2063,9 +2063,9 @@ Function932fc: ; 932fc (24:72fc)
add hl, bc
dec [hl]
push bc
- ld de, $606c
- ld a, $8
- call Function3b2a
+ lb de, $60, $6c
+ ld a, SPRITE_ANIM_INDEX_08
+ call _InitSpriteAnimStruct
pop bc
ret
; 93316 (24:7316)