2017-12-08 21:50:59 -08:00
|
|
|
; decoration types
|
2015-07-23 09:59:19 -07:00
|
|
|
const_value = 1
|
|
|
|
const DECO_PLANT
|
|
|
|
const DECO_BED
|
|
|
|
const DECO_CARPET
|
|
|
|
const DECO_POSTER
|
|
|
|
const DECO_DOLL
|
|
|
|
const DECO_BIGDOLL
|
|
|
|
|
2017-12-27 08:56:03 -08:00
|
|
|
; DecorationNames indexes (see data/decorations/names.asm)
|
2015-07-23 09:59:19 -07:00
|
|
|
const_value = 1
|
|
|
|
const PUT_IT_AWAY
|
|
|
|
const MAGNAPLANT
|
|
|
|
const TROPICPLANT
|
|
|
|
const JUMBOPLANT
|
|
|
|
const TOWN_MAP_D
|
|
|
|
const FAMICOM
|
|
|
|
const SUPER_NES
|
|
|
|
const NINTENDO_64
|
|
|
|
const VIRTUAL_BOY
|
|
|
|
const GOLD_TROPHY
|
|
|
|
const SILVER_TROPHY
|
|
|
|
const SURF_PIKA_DOLL
|
|
|
|
const _BED
|
|
|
|
const _CARPET
|
|
|
|
const _POSTER
|
|
|
|
const _DOLL
|
|
|
|
const BIG_
|
|
|
|
const FEATHERY_BED
|
|
|
|
const PIKACHU_BED
|
|
|
|
const PINK_BED
|
|
|
|
const POLKADOT_BED
|
|
|
|
const RED_CARPET
|
|
|
|
const BLUE_CARPET
|
|
|
|
const YELLOW_CARPET
|
|
|
|
const GREEN_CARPET
|
|
|
|
|
2018-04-01 08:01:51 -07:00
|
|
|
; DoDecorationAction2.DecoActions indexes (see engine/overworld/decorations.asm)
|
2015-07-23 09:59:19 -07:00
|
|
|
const_value = 1
|
|
|
|
const SET_UP_BED
|
|
|
|
const PUT_AWAY_BED
|
|
|
|
const SET_UP_CARPET
|
|
|
|
const PUT_AWAY_CARPET
|
|
|
|
const SET_UP_PLANT
|
|
|
|
const PUT_AWAY_PLANT
|
|
|
|
const SET_UP_POSTER
|
|
|
|
const PUT_AWAY_POSTER
|
|
|
|
const SET_UP_CONSOLE
|
|
|
|
const PUT_AWAY_CONSOLE
|
|
|
|
const SET_UP_BIG_DOLL
|
|
|
|
const PUT_AWAY_BIG_DOLL
|
|
|
|
const SET_UP_DOLL
|
|
|
|
const PUT_AWAY_DOLL
|
|
|
|
const SET_UP_ORNAMENT
|
|
|
|
const PUT_AWAY_ORNAMENT
|
|
|
|
|
2015-12-29 13:44:37 -08:00
|
|
|
deco: MACRO
|
|
|
|
const DECO_\1
|
|
|
|
enum DECOFLAG_\1
|
2017-12-28 13:31:16 -08:00
|
|
|
ENDM
|
2015-12-29 13:44:37 -08:00
|
|
|
|
2017-12-27 08:56:03 -08:00
|
|
|
; decorations:
|
|
|
|
; - DecorationAttributes (see data/decorations/attributes.asm)
|
|
|
|
; - DecorationIDs (see data/decorations/decorations.asm)
|
2015-10-12 09:33:24 -07:00
|
|
|
const_value = 1
|
2015-12-29 13:44:37 -08:00
|
|
|
__enum__ = 0
|
2018-04-01 08:01:51 -07:00
|
|
|
; FindOwnedBeds.beds values (see engine/overworld/decorations.asm)
|
2015-12-29 13:44:37 -08:00
|
|
|
const BEDS
|
2017-12-08 21:50:59 -08:00
|
|
|
deco FEATHERY_BED
|
|
|
|
deco PINK_BED
|
|
|
|
deco POLKADOT_BED
|
|
|
|
deco PIKACHU_BED
|
2018-04-01 08:01:51 -07:00
|
|
|
; FindOwnedCarpets.carpets values (see engine/overworld/decorations.asm)
|
2015-12-29 13:44:37 -08:00
|
|
|
const CARPETS
|
2017-12-08 21:50:59 -08:00
|
|
|
deco RED_CARPET
|
|
|
|
deco BLUE_CARPET
|
|
|
|
deco YELLOW_CARPET
|
|
|
|
deco GREEN_CARPET
|
2018-04-01 08:01:51 -07:00
|
|
|
; FindOwnedPlants.plants values (see engine/overworld/decorations.asm)
|
2015-12-29 13:44:37 -08:00
|
|
|
const PLANTS
|
2017-12-08 21:50:59 -08:00
|
|
|
deco MAGNAPLANT
|
|
|
|
deco TROPICPLANT
|
|
|
|
deco JUMBOPLANT
|
2018-04-01 08:01:51 -07:00
|
|
|
; FindOwnedPosters.posters values (see engine/overworld/decorations.asm)
|
2015-12-29 13:44:37 -08:00
|
|
|
const POSTERS
|
2017-12-08 21:50:59 -08:00
|
|
|
deco TOWN_MAP
|
|
|
|
deco PIKACHU_POSTER
|
|
|
|
deco CLEFAIRY_POSTER
|
|
|
|
deco JIGGLYPUFF_POSTER
|
2018-04-01 08:01:51 -07:00
|
|
|
; FindOwnedConsoles.consoles values (see engine/overworld/decorations.asm)
|
2015-12-29 13:44:37 -08:00
|
|
|
const CONSOLES
|
2017-12-08 21:50:59 -08:00
|
|
|
deco FAMICOM
|
|
|
|
deco SNES
|
|
|
|
deco N64
|
|
|
|
deco VIRTUAL_BOY
|
2018-04-01 08:01:51 -07:00
|
|
|
; FindOwnedBigDolls.big_dolls values (see engine/overworld/decorations.asm)
|
2015-12-29 13:44:37 -08:00
|
|
|
const BIG_DOLLS
|
2017-12-08 21:50:59 -08:00
|
|
|
deco BIG_SNORLAX_DOLL
|
|
|
|
deco BIG_ONIX_DOLL
|
|
|
|
deco BIG_LAPRAS_DOLL
|
2018-04-01 08:01:51 -07:00
|
|
|
; FindOwnedOrnaments.ornaments values (see engine/overworld/decorations.asm)
|
2015-12-29 13:44:37 -08:00
|
|
|
const DOLLS
|
2017-12-08 21:50:59 -08:00
|
|
|
deco PIKACHU_DOLL
|
|
|
|
deco SURF_PIKACHU_DOLL
|
|
|
|
deco CLEFAIRY_DOLL
|
|
|
|
deco JIGGLYPUFF_DOLL
|
|
|
|
deco BULBASAUR_DOLL
|
|
|
|
deco CHARMANDER_DOLL
|
|
|
|
deco SQUIRTLE_DOLL
|
|
|
|
deco POLIWAG_DOLL
|
|
|
|
deco DIGLETT_DOLL
|
|
|
|
deco STARMIE_DOLL
|
|
|
|
deco MAGIKARP_DOLL
|
|
|
|
deco ODDISH_DOLL
|
|
|
|
deco GENGAR_DOLL
|
|
|
|
deco SHELLDER_DOLL
|
|
|
|
deco GRIMER_DOLL
|
|
|
|
deco VOLTORB_DOLL
|
|
|
|
deco WEEDLE_DOLL
|
|
|
|
deco UNOWN_DOLL
|
|
|
|
deco GEODUDE_DOLL
|
|
|
|
deco MACHOP_DOLL
|
|
|
|
deco TENTACOOL_DOLL
|
2018-02-02 19:55:38 -08:00
|
|
|
NUM_NON_TROPHY_DECOS = __enum__
|
2017-12-08 21:50:59 -08:00
|
|
|
deco GOLD_TROPHY_DOLL
|
|
|
|
deco SILVER_TROPHY_DOLL
|
|
|
|
NUM_DECOS = __enum__
|