diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 19:46:56 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 19:46:56 -0600 |
commit | 0dadb5af6303ccdbc86052b7b6a729e9113207c8 (patch) | |
tree | 8c5372238c0977a8be9af2ae3ef20761dbe90b11 /common.asm | |
parent | f856b01586b275f74cf3992d26b7bbd91b7c4fd4 (diff) |
found Route18GateHeaderBlocks
hg-commit-id: f4746986760f
Diffstat (limited to 'common.asm')
-rw-r--r-- | common.asm | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -22401,9 +22401,10 @@ Route15GateBlocks: Route11GateBlocks: ; 20 INCBIN "maps/route11gate.blk" +Route18GateHeaderBlocks: Route16GateUpstairsBlocks: Route12GateUpstairsBlocks: -Route11GateUpstairsBlocks: ; 16 +Route11GateUpstairsBlocks: ; 16 40db INCBIN "maps/route11gateupstairs.blk" INCBIN "baserom.gbc",$480eb,$48152 - $480eb @@ -24640,7 +24641,7 @@ Route18GateObject: ; 0x49937 (size=50) Route18GateHeader_h: ; 0x49969 to 0x49975 (12 bytes) (id=191) db $0c ; tileset db $04, $04 ; dimensions (y, x) - dw $40db, Route18GateHeaderTexts, Route18GateHeaderScript ; blocks, texts, scripts + dw Route18GateHeaderBlocks, Route18GateHeaderTexts, Route18GateHeaderScript ; blocks, texts, scripts db $00 ; connections dw Route18GateHeaderObject ; objects |