diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:51:37 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:51:37 -0600 |
commit | 0be9ec6e2e344fadb6e65e73526b9e54308e782e (patch) | |
tree | 4943c559fb4ace61ecf497d8864f393002a32bb5 | |
parent | 87c0bf26bd524e830e7d8322b106cd563a5914bb (diff) |
UndergroundPathEntranceRoute7_h map header asm
hg-commit-id: 13baf34ac07e
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index c52846cc..c0875d1e 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14891,7 +14891,17 @@ UndergroundTunnelEntranceRoute6_h: ; 0x5d6e3 to 0x5d6ef (12 bytes) (id=74) dw $56fe ; objects -INCBIN "baserom.gbc",$5d6ef,$2911 +INCBIN "baserom.gbc",$5d6ef,$5d720 - $5d6ef + +UndergroundPathEntranceRoute7_h: ; 0x5d720 to 0x5d72c (12 bytes) (id=77) + db $0c ; tileset + db $04, $04 ; dimensions (y, x) + dw $4080, $5734, $572c ; blocks, texts, scripts + db $00 ; connections + + dw $573b ; objects + +INCBIN "baserom.gbc",$5d72c,$28d4 SECTION "bank18",DATA,BANK[$18] INCBIN "baserom.gbc",$60000,$4000 |