diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 19:35:27 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 19:35:27 -0600 |
commit | 07eaf4695db655996fce4215f14da9082fb31f7d (patch) | |
tree | dca64816581de8da3db22488cf4f425a2fed9a8e /common.asm | |
parent | c8235308efd75efc1b5e2d110dc6ad0b340a4639 (diff) |
found Route12GateUpstairsBlocks
hg-commit-id: 714a91cb5498
Diffstat (limited to 'common.asm')
-rw-r--r-- | common.asm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22399,6 +22399,7 @@ MtMoonPokecenterBlocks: ; 28 Route11GateBlocks: ; 20 INCBIN "maps/route11gate.blk" +Route12GateUpstairsBlocks: Route11GateUpstairsBlocks: ; 16 INCBIN "maps/route11gateupstairs.blk" @@ -24231,7 +24232,7 @@ Route12GateBlocks: ; 20 Route12GateUpstairs_h: ; 0x49554 to 0x49560 (12 bytes) (id=195) db $0c ; tileset db $04, $04 ; dimensions (y, x) - dw $40db, Route12GateUpstairsTexts, Route12GateUpstairsScript ; blocks, texts, scripts + dw Route12GateUpstairsBlocks, Route12GateUpstairsTexts, Route12GateUpstairsScript ; blocks, texts, scripts db $00 ; connections dw Route12GateUpstairsObject ; objects |