You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
Define more struct offset constants with rsreset instead of const_def
This was discussed in #739
This commit is contained in:
@@ -38,3 +38,11 @@ else
|
||||
const_value = \1
|
||||
endc
|
||||
ENDM
|
||||
|
||||
rb_skip: MACRO
|
||||
if _NARG == 1
|
||||
rsset _RS + \1
|
||||
else
|
||||
rsset _RS + 1
|
||||
endc
|
||||
ENDM
|
||||
|
||||
Reference in New Issue
Block a user