aboutsummaryrefslogtreecommitdiffstats
path: root/data/types/names.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2022-09-11 15:02:51 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2022-09-11 15:02:51 -0400
commitd809d3d59c0c1016b89332be7f6f3003efa7a9f9 (patch)
tree50ff6bae0898a46e2ac7aa1c0709310da5b96678 /data/types/names.asm
parentComment about UndergroundPathNorthSouth.blk size (diff)
downloadpokeyellow-d809d3d59c0c1016b89332be7f6f3003efa7a9f9.tar.gz
pokeyellow-d809d3d59c0c1016b89332be7f6f3003efa7a9f9.tar.xz
pokeyellow-d809d3d59c0c1016b89332be7f6f3003efa7a9f9.zip
Add `UNUSED_TYPE`/`UNUSED_TYPE_END` constants
Fixes #385
Diffstat (limited to 'data/types/names.asm')
-rw-r--r--data/types/names.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/types/names.asm b/data/types/names.asm
index b63c072e..87da5c5f 100644
--- a/data/types/names.asm
+++ b/data/types/names.asm
@@ -11,7 +11,7 @@ TypeNames:
dw .Bug
dw .Ghost
-REPT FIRE - GHOST - 1
+REPT UNUSED_TYPES_END - UNUSED_TYPES
dw .Normal
ENDR