diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:51:22 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:51:22 -0600 |
commit | 87c0bf26bd524e830e7d8322b106cd563a5914bb (patch) | |
tree | 3d49c626ff7ff40e25f1b89c1b46e68704b2373d | |
parent | 28e5cfe547a18b81b8209cb60cd991ba4eabf591 (diff) |
UndergroundTunnelEntranceRoute6_h map header asm
hg-commit-id: 629ff7afa754
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 328c3c7e..c52846cc 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14881,7 +14881,17 @@ UndergroundTunnelEntranceRoute5_h: ; 0x5d69d to 0x5d6a9 (12 bytes) (id=71) dw $56c1 ; objects -INCBIN "baserom.gbc",$5d6a9,$2957 +INCBIN "baserom.gbc",$5d6a9,$5d6e3 - $5d6a9 + +UndergroundTunnelEntranceRoute6_h: ; 0x5d6e3 to 0x5d6ef (12 bytes) (id=74) + db $0c ; tileset + db $04, $04 ; dimensions (y, x) + dw $4080, $56f7, $56ef ; blocks, texts, scripts + db $00 ; connections + + dw $56fe ; objects + +INCBIN "baserom.gbc",$5d6ef,$2911 SECTION "bank18",DATA,BANK[$18] INCBIN "baserom.gbc",$60000,$4000 |