mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Adjust duration of move die number animation (#11) [bugfix to 1f2be83ebc
]
This commit is contained in:
parent
8967898bc9
commit
336b3e77af
@ -584,5 +584,5 @@ SpriteAnimFrameData:
|
|||||||
oamdelete
|
oamdelete
|
||||||
|
|
||||||
.Frameset_BoardMenuMoveDieNumber:
|
.Frameset_BoardMenuMoveDieNumber:
|
||||||
oamframe SPRITE_ANIM_OAMSET_BOARD_MENU_DIE_NUMBER, 40
|
oamframe SPRITE_ANIM_OAMSET_BOARD_MENU_DIE_NUMBER, 42
|
||||||
oamdelete
|
oamdelete
|
||||||
|
@ -303,7 +303,7 @@ BoardMenu_BreakDieAnimation:
|
|||||||
farcall _UpdateSpritesAfterOffset
|
farcall _UpdateSpritesAfterOffset
|
||||||
|
|
||||||
; play move die number animation
|
; play move die number animation
|
||||||
ld a, 41 ; total duration of SPRITE_ANIM_FRAMESET_BOARD_MENU_MOVE_DIE_NUMBER
|
ld a, 43 ; total duration of SPRITE_ANIM_FRAMESET_BOARD_MENU_MOVE_DIE_NUMBER
|
||||||
ld [wFrameCounter], a
|
ld [wFrameCounter], a
|
||||||
.loop2
|
.loop2
|
||||||
farcall PlaySpriteAnimationsAndDelayFrame
|
farcall PlaySpriteAnimationsAndDelayFrame
|
||||||
|
Loading…
Reference in New Issue
Block a user