diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:51:10 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:51:10 -0600 |
commit | 28e5cfe547a18b81b8209cb60cd991ba4eabf591 (patch) | |
tree | f586bc2f4e89501bfb029fff49ef3529ed1172e8 | |
parent | 8c2e931e2bb84955eac22c914fa4b1988d4e096a (diff) |
UndergroundTunnelEntranceRoute5_h map header asm
hg-commit-id: 50d8e0a96221
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index e6d5ed11..328c3c7e 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14871,7 +14871,17 @@ ViridianForestEntrance_h: ; 0x5d650 to 0x5d65c (12 bytes) (id=50) dw $566d ; objects -INCBIN "baserom.gbc",$5d65c,$29a4 +INCBIN "baserom.gbc",$5d65c,$5d69d - $5d65c + +UndergroundTunnelEntranceRoute5_h: ; 0x5d69d to 0x5d6a9 (12 bytes) (id=71) + db $0c ; tileset + db $04, $04 ; dimensions (y, x) + dw $4080, $56b0, $56a9 ; blocks, texts, scripts + db $00 ; connections + + dw $56c1 ; objects + +INCBIN "baserom.gbc",$5d6a9,$2957 SECTION "bank18",DATA,BANK[$18] INCBIN "baserom.gbc",$60000,$4000 |