Add UNUSED_TYPE/UNUSED_TYPE_END constants

Fixes #385
This commit is contained in:
Rangi 2022-09-11 15:02:51 -04:00
parent cab3ccdbbd
commit d809d3d59c
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -11,7 +11,7 @@ TypeNames:
dw .Bug
dw .Ghost
REPT FIRE - GHOST - 1
REPT UNUSED_TYPES_END - UNUSED_TYPES
dw .Normal
ENDR