diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 20:14:57 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 20:14:57 -0600 |
commit | 4908dbcec641367c2ac95901b34eacc71672fc1c (patch) | |
tree | d33dbffefc2983d39e806f459ae0db132b497b63 /common.asm | |
parent | 289a5755a4f598563a6758ec74b4171b807001b6 (diff) |
found Route12HouseBlocks
hg-commit-id: 102458660615
Diffstat (limited to 'common.asm')
-rw-r--r-- | common.asm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -27919,6 +27919,7 @@ Route21Object: ; 0x55021 (size=76) Route21Blocks: ; 450 INCBIN "maps/route21.blk" +Route12HouseBlocks: DayCareMBlocks: ; 16 INCBIN "maps/daycarem.blk" @@ -28912,7 +28913,7 @@ DayCareMObject: ; 0x56459 (size=26) Route12House_h: ; 0x56473 to 0x5647f (12 bytes) (id=189) db $08 ; tileset db $04, $04 ; dimensions (y, x) - dw $522f, Route12HouseTexts, Route12HouseScript ; blocks, texts, scripts + dw Route12HouseBlocks, Route12HouseTexts, Route12HouseScript ; blocks, texts, scripts db $00 ; connections dw Route12HouseObject ; objects |