summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 03:12:45 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 03:12:45 -0600
commit581665b7cb2c0b6581a6c7ebfacbf24a19809af7 (patch)
treebd7f50d24fc5713e3dd7772db850530e58f1d3f0
parent5d4ef21bf0f58b632db6c429077927c0f7cde98b (diff)
Route8Gate_h map header asm
hg-commit-id: 06a8cd9a5458
-rw-r--r--pokered.asm16
1 files changed, 13 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm
index 6b9c278b..582b393e 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -194,7 +194,7 @@ MapHeaderPointers: ; $01AE
dw Route7Gate_h
dw $5720
dw $575d
- dw $61bb
+ dw Route8Gate_h
dw $627d
dw $53ae
dw $44d0
@@ -2219,7 +2219,7 @@ MapHeaderBanks: ; 423D
db BANK(Route7Gate_h)
db $17
db $17
- db $07
+ db BANK(Route8Gate_h)
db $07
db $12
db $11
@@ -5969,7 +5969,17 @@ Route7Gate_h: ; 0x1e0f4 to 0x1e100 (12 bytes) (bank=7) (id=76)
dw $6185 ; objects
-INCBIN "baserom.gbc",$1E100,$20000-$1E100
+INCBIN "baserom.gbc",$1E100,$1E1BB-$1E100
+
+Route8Gate_h: ; 0x1e1bb to 0x1e1c7 (12 bytes) (bank=7) (id=79)
+ db $0c ; tileset
+ db $04, $03 ; dimensions (y, x)
+ dw $6271, $6241, $61c7 ; blocks, texts, scripts
+ db $00 ; connections
+
+ dw $6247 ; objects
+
+INCBIN "baserom.gbc",$1E1C7,$20000-$1E1C7
SECTION "bank8",DATA,BANK[$8]
INCBIN "baserom.gbc",$20000,$4000