diff options
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 |