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:
@@ -2189,7 +2189,7 @@ PokeFluteEffect:
|
||||
xor a
|
||||
ld [wPokeFluteCuredSleep], a
|
||||
|
||||
ld b, $ff ^ SLP
|
||||
ld b, ~SLP
|
||||
|
||||
ld hl, wPartyMon1Status
|
||||
call .CureSleep
|
||||
|
Reference in New Issue
Block a user