You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
InitSpriteAnimStruct <-> _InitSpriteAnimStruct
These were the wrong way around, as the function in home should not be prefixed
This commit is contained in:
@@ -1139,7 +1139,7 @@ ReelAction_InitGolem:
|
||||
push af
|
||||
depixel 12, 13
|
||||
ld a, SPRITE_ANIM_INDEX_SLOTS_GOLEM
|
||||
call _InitSpriteAnimStruct
|
||||
call InitSpriteAnimStruct
|
||||
ld hl, SPRITEANIMSTRUCT_0E
|
||||
add hl, bc
|
||||
pop af
|
||||
@@ -1200,7 +1200,7 @@ ReelAction_InitChansey:
|
||||
push bc
|
||||
depixel 12, 0
|
||||
ld a, SPRITE_ANIM_INDEX_SLOTS_CHANSEY
|
||||
call _InitSpriteAnimStruct
|
||||
call InitSpriteAnimStruct
|
||||
pop bc
|
||||
xor a
|
||||
ld [wSlotsDelay], a
|
||||
@@ -2120,7 +2120,7 @@ Slots_AnimateChansey:
|
||||
push bc
|
||||
depixel 12, 13, 0, 4
|
||||
ld a, SPRITE_ANIM_INDEX_SLOTS_EGG
|
||||
call _InitSpriteAnimStruct
|
||||
call InitSpriteAnimStruct
|
||||
pop bc
|
||||
ret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user