diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 19:45:55 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 19:45:55 -0600 |
commit | f856b01586b275f74cf3992d26b7bbd91b7c4fd4 (patch) | |
tree | 75d8e247537610920f88b8fa2d0e8cace50a1cd4 /common.asm | |
parent | bc1dd1675a17235e3cc04baaf8ecc3d57744d553 (diff) |
found Route18GateBlocks
hg-commit-id: 8127339e24bb
Diffstat (limited to 'common.asm')
-rw-r--r-- | common.asm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22396,6 +22396,7 @@ RockTunnelPokecenterBlocks: MtMoonPokecenterBlocks: ; 28 INCBIN "maps/mtmoonpokecenter.blk" +Route18GateBlocks: Route15GateBlocks: Route11GateBlocks: ; 20 INCBIN "maps/route11gate.blk" @@ -24540,7 +24541,7 @@ Route16GateUpstairsObject: ; 0x4984c (size=30) Route18Gate_h: ; 0x4986a to 0x49876 (12 bytes) (id=190) db $0c ; tileset db $05, $04 ; dimensions (y, x) - dw $40c7, Route18GateTexts, Route18GateScript ; blocks, texts, scripts + dw Route18GateBlocks, Route18GateTexts, Route18GateScript ; blocks, texts, scripts db $00 ; connections dw Route18GateObject ; objects |