summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-05-29 18:56:09 -0400
committeryenatch <yenatch@gmail.com>2013-05-29 18:56:09 -0400
commit3bb2a65eac8bacfdf5c2b6805112d9eae5fa42ac (patch)
tree9fb682093dabe1a2513ff1ee8b2d8850faba6f76
parent11cb01601942f3a742c9c284a41c6ffebc91165e (diff)
wram: room decorations
-rw-r--r--wram.asm19
1 files changed, 19 insertions, 0 deletions
diff --git a/wram.asm b/wram.asm
index 653c2ae95..aaea09cbb 100644
--- a/wram.asm
+++ b/wram.asm
@@ -1654,6 +1654,25 @@ Box13Name: ; dbe1
Box14Name: ; dbea
ds 9
+SECTION "decorations", BSS[$dc0f]
+; Sprite id of each decoration
+Bed: ; dc0f
+ ds 1
+Carpet: ; dc10
+ ds 1
+Plant: ; dc11
+ ds 1
+Poster: ; dc12
+ ds 1
+Console: ; dc13
+ ds 1
+LeftOrnament: ; dc14
+ ds 1
+RightOrnament: ; dc15
+ ds 1
+BigDoll: ; dc16
+ ds 1
+
SECTION "fruittrees", BSS[$dc27]
FruitTreeFlags: ; dc27
ds 1