diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-09 14:51:48 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-09 14:51:48 -0400 |
| commit | 3e572b6f48b81e5340980c13b1b37b2907942713 (patch) | |
| tree | c994a1ca8f587d674e680ec808e7fcbaab4d053d /constants/type_constants.asm | |
| parent | Eliminate enum: use const instead, with case-by-case parallel const implement... (diff) | |
| download | pokeyellow-3e572b6f48b81e5340980c13b1b37b2907942713.tar.gz pokeyellow-3e572b6f48b81e5340980c13b1b37b2907942713.tar.xz pokeyellow-3e572b6f48b81e5340980c13b1b37b2907942713.zip | |
Use const_skip and const_next macros for brevity
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 |
