diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-07-11 15:47:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-11 15:47:19 -0400 |
commit | aa97e196dd5b37e89db5ddf154dc7aea9b02a045 (patch) | |
tree | c994a1ca8f587d674e680ec808e7fcbaab4d053d /constants/type_constants.asm | |
parent | 54d76dec388a70260aad6ef6acb94a5b9f95fd6d (diff) | |
parent | 3e572b6f48b81e5340980c13b1b37b2907942713 (diff) |
Merge pull request #269 from Rangi42/master
Remove enum; add const_skip and const_next
Diffstat (limited to 'constants/type_constants.asm')
-rwxr-xr-x | constants/type_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/type_constants.asm b/constants/type_constants.asm index d1a1a73e..11fb3321 100755 --- a/constants/type_constants.asm +++ b/constants/type_constants.asm @@ -11,7 +11,7 @@ PHYSICAL EQU const_value const BUG ; $07 const GHOST ; $08 -const_value = $14 + const_next 20 SPECIAL EQU const_value const FIRE ; $14 |