diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-04 18:13:33 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-05 16:21:32 -0500 |
commit | e950809640f81c5d621c39becc4dcce15a82c064 (patch) | |
tree | 34a5978b2f0ef50e540ec1800f02bc603790f4ec /constants/deco_constants.asm | |
parent | 472051eb5e6057f064547c88320e7dbdb142ac4f (diff) |
Define more struct offset constants with rsreset instead of const_def
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 a0084927..27fa09f2 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 |