You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Define appropriate constants as EQU
These constants are defined only once and shouldn't be redefined anyway.
This commit is contained in:
@@ -14,7 +14,7 @@ endc
|
||||
ENDM
|
||||
|
||||
enum: MACRO
|
||||
\1 = __enum__
|
||||
\1 EQU __enum__
|
||||
__enum__ = __enum__ + __enumdir__
|
||||
ENDM
|
||||
|
||||
|
Reference in New Issue
Block a user