You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Use ~X instead of $ff ^ X
This commit is contained in:
@@ -1607,7 +1607,7 @@ endr
|
||||
|
||||
Unknown_17da94:
|
||||
for x, 8
|
||||
db $ff ^ (1 << x)
|
||||
db ~(1 << x)
|
||||
endr
|
||||
|
||||
Function17da9c:
|
||||
|
||||
Reference in New Issue
Block a user