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 compound assignment operators
This commit is contained in:
@@ -38,7 +38,7 @@ maskbits: MACRO
|
||||
x = 1
|
||||
rept 8
|
||||
if x + 1 < (\1)
|
||||
x = x << 1 | 1
|
||||
x = (x << 1) | 1
|
||||
endc
|
||||
endr
|
||||
if _NARG == 2
|
||||
|
Reference in New Issue
Block a user