Skip to content

Commit

Permalink
Add UNUSED_TYPE/UNUSED_TYPE_END constants
Browse files Browse the repository at this point in the history
Fixes #385
  • Loading branch information
Rangi42 committed Sep 11, 2022
1 parent cab3ccd commit d809d3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions constants/type_constants.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion data/types/names.asm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TypeNames:
dw .Bug
dw .Ghost

REPT FIRE - GHOST - 1
REPT UNUSED_TYPES_END - UNUSED_TYPES
dw .Normal
ENDR

Expand Down

0 comments on commit d809d3d

Please sign in to comment.