diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-08 16:20:15 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-10 20:03:46 -0400 |
commit | c086de0c986330b09cd5e9fa384b950107ee4955 (patch) | |
tree | 6854c5ea9c5311b677bfbcae0616f0979b754060 /constants/type_constants.asm | |
parent | 6ca82e5c86279258bfd4b21195d4521f26082fd4 (diff) |
Use const_skip and const_next macros for brevity
Diffstat (limited to 'constants/type_constants.asm')
-rw-r--r-- | constants/type_constants.asm | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/constants/type_constants.asm b/constants/type_constants.asm index 3fb9649aa..c18d71c73 100644 --- a/constants/type_constants.asm +++ b/constants/type_constants.asm @@ -19,15 +19,7 @@ PHYSICAL EQU const_value const STEEL UNUSED_TYPES EQU const_value - const TYPE_10 - const TYPE_11 - const TYPE_12 - const TYPE_13 - const TYPE_14 - const TYPE_15 - const TYPE_16 - const TYPE_17 - const TYPE_18 + const_next 19 const CURSE_TYPE UNUSED_TYPES_END EQU const_value |