diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 19:45:18 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 19:45:18 -0600 |
commit | bc1dd1675a17235e3cc04baaf8ecc3d57744d553 (patch) | |
tree | 891421047a2f2065eafca72819ba8cc7007e5c39 | |
parent | 87123d7b7a06389987267612a74b66339eae9615 (diff) |
found Route16GateUpstairsBlocks
hg-commit-id: 7241182d59fd
-rw-r--r-- | common.asm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22400,6 +22400,7 @@ Route15GateBlocks: Route11GateBlocks: ; 20 INCBIN "maps/route11gate.blk" +Route16GateUpstairsBlocks: Route12GateUpstairsBlocks: Route11GateUpstairsBlocks: ; 16 INCBIN "maps/route11gateupstairs.blk" @@ -24475,7 +24476,7 @@ Route16GateMapBlocks: ; 28 Route16GateUpstairs_h: ; 0x497ff to 0x4980b (12 bytes) (id=187) db $0c ; tileset db $04, $04 ; dimensions (y, x) - dw $40db, Route16GateUpstairsTexts, Route16GateUpstairsScript ; blocks, texts, scripts + dw Route16GateUpstairsBlocks, Route16GateUpstairsTexts, Route16GateUpstairsScript ; blocks, texts, scripts db $00 ; connections dw Route16GateUpstairsObject ; objects |