diff options
Diffstat (limited to 'constants/deco_constants.asm')
-rw-r--r-- | constants/deco_constants.asm | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/constants/deco_constants.asm b/constants/deco_constants.asm index a00849277..27fa09f2c 100644 --- a/constants/deco_constants.asm +++ b/constants/deco_constants.asm @@ -1,12 +1,11 @@ ; decoration attributes - const_def - const DECOATTR_TYPE - const DECOATTR_NAME - const DECOATTR_ACTION - const DECOATTR_EVENT_FLAG - const_skip ; high DECOATTR_EVENT_FLAG byte - const DECOATTR_SPRITE -DECOATTR_STRUCT_LENGTH EQU const_value +rsreset +DECOATTR_TYPE rb +DECOATTR_NAME rb +DECOATTR_ACTION rb +DECOATTR_EVENT_FLAG rw +DECOATTR_SPRITE rb +DECOATTR_STRUCT_LENGTH EQU _RS ; decoration types const_def 1 |