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:
@@ -137,5 +137,5 @@ _GetVarAction::
|
||||
|
||||
.BattleResult:
|
||||
ld a, [wBattleResult]
|
||||
and $ff ^ BATTLERESULT_BITMASK
|
||||
and ~BATTLERESULT_BITMASK
|
||||
jp .loadstringbuffer2
|
||||
|
||||
Reference in New Issue
Block a user