From d809d3d59c0c1016b89332be7f6f3003efa7a9f9 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 11 Sep 2022 15:02:51 -0400 Subject: Add `UNUSED_TYPE`/`UNUSED_TYPE_END` constants Fixes #385 --- data/types/names.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/types') 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 -- cgit v1.3.1-sl0p