summaryrefslogtreecommitdiff
path: root/engine/slot_machine.asm
diff options
context:
space:
mode:
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)