summaryrefslogtreecommitdiff
path: root/constants/type_constants.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-06-13 21:18:14 -0700
committeryenatch <yenatch@gmail.com>2014-06-13 21:18:14 -0700
commiteb9fc6676cfed0460d19ce441134dbcdfce49b0d (patch)
treec848f4046320a1dc1141bf454330f28eac992777 /constants/type_constants.asm
parent560b892b2d24dc7d8766d59eb65337a07e7b3235 (diff)
More battle code cleanup.
- Use more substatus constants. - Reformat some code to be more atomic. - Add constants for unused status prevention held item effects. - Remove pointless or redundant comments.
Diffstat (limited to 'constants/type_constants.asm')
-rw-r--r--constants/type_constants.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/type_constants.asm b/constants/type_constants.asm
index 764f41453..87b1e316a 100644
--- a/constants/type_constants.asm
+++ b/constants/type_constants.asm
@@ -25,7 +25,7 @@ UNUSED_TYPES EQU const_value
const TYPE_17
const TYPE_18
const CURSE_T
-
+UNUSED_TYPES_END EQU const_value
SPECIAL EQU const_value
const FIRE
@@ -37,3 +37,4 @@ SPECIAL EQU const_value
const DRAGON
const DARK
+TYPES_END EQU const_value