diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-17 15:54:03 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-17 16:12:27 -0500 |
commit | e88c88ff2015a55ff0d04f9ac1dc55d7f0567f7c (patch) | |
tree | 898be4497740fe713a8fc70adcd5ae35cd06936a /constants/deco_constants.asm | |
parent | 4bfe086ef6412e5fdba99e6143db6de75c7c9458 (diff) |
engine/decorations.asm
Diffstat (limited to 'constants/deco_constants.asm')
-rw-r--r-- | constants/deco_constants.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/constants/deco_constants.asm b/constants/deco_constants.asm index 6f15b5f35..d48f0b997 100644 --- a/constants/deco_constants.asm +++ b/constants/deco_constants.asm @@ -52,12 +52,12 @@ const_value = 1 const PUT_AWAY_ORNAMENT const_value = 1 - const DECO_01 + const DECO_BEDS const DECO_FEATHERY_BED ; 2 const DECO_PINK_BED ; 3 const DECO_POLKADOT_BED ; 4 const DECO_PIKACHU_BED ; 5 - const DECO_06 + const DECO_CARPETS const DECO_RED_CARPET ; 7 const DECO_BLUE_CARPET ; 8 const DECO_YELLOW_CARPET ; 9 @@ -66,21 +66,21 @@ const_value = 1 const DECO_MAGNAPLANT ; c const DECO_TROPICPLANT ; d const DECO_JUMBOPLANT ; e - const DECO_0F + const DECO_POSTERS const DECO_TOWN_MAP ; 10 const DECO_PIKACHU_POSTER ; 11 const DECO_CLEFAIRY_POSTER ; 12 const DECO_JIGGLYPUFF_POSTER ; 13 - const DECO_14 + const DECO_CONSOLES const DECO_FAMICOM ; 15 const DECO_SNES ; 16 const DECO_N64 ; 17 const DECO_VIRTUAL_BOY ; 18 - const DECO_19 + const DECO_BIG_DOLLS const DECO_BIG_SNORLAX_DOLL ; 1a const DECO_BIG_ONIX_DOLL ; 1b const DECO_BIG_LAPRAS_DOLL ; 1c - const DECO_1D + const DECO_DOLLS const DECO_PIKACHU_DOLL ; 1e const DECO_SURF_PIKACHU_DOLL ; 1f const DECO_CLEFAIRY_DOLL ; 20 |