You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Adjust duration of move die number animation (#11) [bugfix to 1f2be83ebc
]
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user