diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-08 16:20:15 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-10 20:03:46 -0400 |
commit | c086de0c986330b09cd5e9fa384b950107ee4955 (patch) | |
tree | 6854c5ea9c5311b677bfbcae0616f0979b754060 /constants/deco_constants.asm | |
parent | 6ca82e5c86279258bfd4b21195d4521f26082fd4 (diff) |
Use const_skip and const_next macros for brevity
Diffstat (limited to 'constants/deco_constants.asm')
-rw-r--r-- | constants/deco_constants.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/constants/deco_constants.asm b/constants/deco_constants.asm index 4aab559dc..29aea301e 100644 --- a/constants/deco_constants.asm +++ b/constants/deco_constants.asm @@ -1,5 +1,5 @@ ; decoration types -const_value = 1 + const_def 1 const DECO_PLANT const DECO_BED const DECO_CARPET @@ -8,7 +8,7 @@ const_value = 1 const DECO_BIGDOLL ; DecorationNames indexes (see data/decorations/names.asm) -const_value = 1 + const_def 1 const PUT_IT_AWAY const MAGNAPLANT const TROPICPLANT @@ -36,7 +36,7 @@ const_value = 1 const GREEN_CARPET ; DoDecorationAction2.DecoActions indexes (see engine/overworld/decorations.asm) -const_value = 1 + const_def 1 const SET_UP_BED const PUT_AWAY_BED const SET_UP_CARPET |