diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-09-11 15:02:51 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-09-11 15:02:51 -0400 |
| commit | d809d3d59c0c1016b89332be7f6f3003efa7a9f9 (patch) | |
| tree | 50ff6bae0898a46e2ac7aa1c0709310da5b96678 /constants | |
| parent | Comment about UndergroundPathNorthSouth.blk size (diff) | |
| download | pokeyellow-d809d3d59c0c1016b89332be7f6f3003efa7a9f9.tar.gz pokeyellow-d809d3d59c0c1016b89332be7f6f3003efa7a9f9.tar.xz pokeyellow-d809d3d59c0c1016b89332be7f6f3003efa7a9f9.zip | |
Add `UNUSED_TYPE`/`UNUSED_TYPE_END` constants
Fixes #385
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/type_constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/type_constants.asm b/constants/type_constants.asm index e9df7faf..8226af1a 100644 --- a/constants/type_constants.asm +++ b/constants/type_constants.asm @@ -12,7 +12,9 @@ DEF PHYSICAL EQU const_value const BUG ; $07 const GHOST ; $08 +DEF UNUSED_TYPES EQU const_value const_next 20 +DEF UNUSED_TYPES_END EQU const_value DEF SPECIAL EQU const_value const FIRE ; $14 |
