You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Use ~X instead of $ff ^ X
This commit is contained in:
@@ -533,7 +533,7 @@ PlayDanger:
|
||||
ret z
|
||||
|
||||
; Don't do anything if SFX is being played
|
||||
and $ff ^ (1 << DANGER_ON_F)
|
||||
and ~(1 << DANGER_ON_F)
|
||||
ld d, a
|
||||
call _CheckSFX
|
||||
jr c, .increment
|
||||
|
Reference in New Issue
Block a user