You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Move, comment, and simplify some macro definitions
This commit is contained in:
@@ -202,8 +202,7 @@ if !DEF(TM01)
|
||||
TM01 EQU const_value
|
||||
enum_start 1
|
||||
endc
|
||||
define _\@_1, "TM_\1"
|
||||
const _\@_1
|
||||
const TM_\1
|
||||
enum \1_TMNUM
|
||||
ENDM
|
||||
|
||||
@@ -266,8 +265,7 @@ add_hm: MACRO
|
||||
if !DEF(HM01)
|
||||
HM01 EQU const_value
|
||||
endc
|
||||
define _\@_1, "HM_\1"
|
||||
const _\@_1
|
||||
const HM_\1
|
||||
enum \1_TMNUM
|
||||
ENDM
|
||||
|
||||
|
Reference in New Issue
Block a user