diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-04-04 15:19:43 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-04-04 15:32:18 -0400 |
| commit | 3cdfac7994f501cb1d8fbcdf9c64e9ce258afe30 (patch) | |
| tree | 8cb55d6ab3931f449d7da3df729f4bd597ca0909 /constants | |
| parent | 0ee9d7a48baed7e9388e7e377b5eab5b4f795688 (diff) | |
Move, comment, and simplify some macro definitions
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/item_constants.asm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/constants/item_constants.asm b/constants/item_constants.asm index 06ad1dc14..98493a5a0 100644 --- a/constants/item_constants.asm +++ b/constants/item_constants.asm @@ -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 |
