shithub: pokecrystal

Download patch

ref: 3bb2a65eac8bacfdf5c2b6805112d9eae5fa42ac
parent: 11cb01601942f3a742c9c284a41c6ffebc91165e
author: yenatch <[email protected]>
date: Wed May 29 14:56:09 EDT 2013

wram: room decorations

--- a/wram.asm
+++ b/wram.asm
@@ -1654,6 +1654,25 @@
 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