summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 03:16:16 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 03:16:16 -0600
commitb6bfe8debcef820ab28dac33f8651ca37646f1af (patch)
treeef6276ffb2a9b68c3f0091c83b838573d79e4d11
parent33486200dc1c4f5fea1d40591e93eea915bd53a8 (diff)
DiglettsCaveEntranceRoute11_h map header asm
hg-commit-id: 61e50e4c869a
-rw-r--r--pokered.asm16
1 files changed, 13 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm
index f2dfe9ed..a92d3c47 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -200,7 +200,7 @@ MapHeaderPointers: ; $01AE
dw $44d0
dw PowerPlant_h
dw $5400
- dw $65ae
+ dw DiglettsCaveEntranceRoute11_h
dw $5448
dw $54f8
dw $675e
@@ -2225,7 +2225,7 @@ MapHeaderBanks: ; 423D
db $11
db BANK(PowerPlant_h)
db $12
- db $07
+ db BANK(DiglettsCaveEntranceRoute11_h)
db $12
db $12
db $07
@@ -5999,7 +5999,17 @@ PowerPlant_h: ; 0x1e2ba to 0x1e2c6 (12 bytes) (bank=7) (id=83)
dw $63bf ; objects
-INCBIN "baserom.gbc",$1E2C6,$20000-$1E2C6
+INCBIN "baserom.gbc",$1E2C6,$1E5AE-$1E2C6
+
+DiglettsCaveEntranceRoute11_h: ; 0x1e5ae to 0x1e5ba (12 bytes) (bank=7) (id=85)
+ db $11 ; tileset
+ db $04, $04 ; dimensions (y, x)
+ dw $420e, $65c3, $65ba ; blocks, texts, scripts
+ db $00 ; connections
+
+ dw $65ca ; objects
+
+INCBIN "baserom.gbc",$1E5BA,$20000-$1E5BA
SECTION "bank8",DATA,BANK[$8]
INCBIN "baserom.gbc",$20000,$4000