Adjust duration of move die number animation (#11) [bugfix to 1f2be83ebc]

This commit is contained in:
xCrystal 2023-09-30 19:06:54 +02:00
parent 8967898bc9
commit 336b3e77af
2 changed files with 2 additions and 2 deletions

View File

@ -584,5 +584,5 @@ SpriteAnimFrameData:
oamdelete
.Frameset_BoardMenuMoveDieNumber:
oamframe SPRITE_ANIM_OAMSET_BOARD_MENU_DIE_NUMBER, 40
oamframe SPRITE_ANIM_OAMSET_BOARD_MENU_DIE_NUMBER, 42
oamdelete

View File

@ -303,7 +303,7 @@ BoardMenu_BreakDieAnimation:
farcall _UpdateSpritesAfterOffset
; 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
.loop2
farcall PlaySpriteAnimationsAndDelayFrame