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.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user