mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Hide rotating die right after pressing B to go back to board menu [bugfix/improvement] (#11)
This commit is contained in:
parent
89a17c3a05
commit
955add1024
@ -231,6 +231,7 @@ DIE_MAX_NUMBER EQU 6
|
||||
call PlayClickSFX
|
||||
ld hl, wDisplaySecondarySprites
|
||||
res SECONDARYSPRITES_DIE_ROLL_F, [hl]
|
||||
call UpdateActiveSprites ; update sprites not to drag a static die
|
||||
xor a ; FALSE
|
||||
ldh [hScriptVar], a
|
||||
ret
|
||||
|
Loading…
Reference in New Issue
Block a user