diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-04-06 12:41:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-06 12:41:44 -0400 |
commit | 9076d63d62c847dd74b02391a4744ba83c7770e8 (patch) | |
tree | 69cd3cd33c9457b40ac4503d69f3cf3c0604772e /macros/enum.asm | |
parent | e225d296b72a41cbee6e16416d8d1fcfb4760445 (diff) | |
parent | 3144b54bd1dcc47ea339fcd2bd215ec96fc38c4a (diff) |
Merge pull request #705 from Rangi42/master
Upgrade to rgbds 0.4.0, and do miscellaneous fixes
Diffstat (limited to 'macros/enum.asm')
-rw-r--r-- | macros/enum.asm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/macros/enum.asm b/macros/enum.asm index 41d1da167..8fe5b5343 100644 --- a/macros/enum.asm +++ b/macros/enum.asm @@ -41,11 +41,3 @@ shift_const: MACRO \1 EQU (1 << const_value) const_value = const_value + 1 ENDM - -; Enumerate strings - -define: MACRO -if !DEF(\1) -\1 EQUS \2 -endc -ENDM |