You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Hide rotating die right after pressing B to go back to board menu [bugfix/improvement] (#11)
This commit is contained in:
@@ -231,6 +231,7 @@ DIE_MAX_NUMBER EQU 6
|
|||||||
call PlayClickSFX
|
call PlayClickSFX
|
||||||
ld hl, wDisplaySecondarySprites
|
ld hl, wDisplaySecondarySprites
|
||||||
res SECONDARYSPRITES_DIE_ROLL_F, [hl]
|
res SECONDARYSPRITES_DIE_ROLL_F, [hl]
|
||||||
|
call UpdateActiveSprites ; update sprites not to drag a static die
|
||||||
xor a ; FALSE
|
xor a ; FALSE
|
||||||
ldh [hScriptVar], a
|
ldh [hScriptVar], a
|
||||||
ret
|
ret
|
||||||
|
Reference in New Issue
Block a user