diff options
author | yenatch <yenatch@gmail.com> | 2013-05-29 18:56:09 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-05-29 18:56:09 -0400 |
commit | 3bb2a65eac8bacfdf5c2b6805112d9eae5fa42ac (patch) | |
tree | 9fb682093dabe1a2513ff1ee8b2d8850faba6f76 | |
parent | 11cb01601942f3a742c9c284a41c6ffebc91165e (diff) |
wram: room decorations
-rw-r--r-- | wram.asm | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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 |