ref: 581665b7cb2c0b6581a6c7ebfacbf24a19809af7
parent: 5d4ef21bf0f58b632db6c429077927c0f7cde98b
author: Bryan Bishop <kanzure@gmail.com>
date: Mon Jan 2 22:12:45 EST 2012
Route8Gate_h map header asm hg-commit-id: 06a8cd9a5458
--- a/pokered.asm
+++ b/pokered.asm
@@ -194,7 +194,7 @@
dw Route7Gate_h
dw $5720
dw $575d
- dw $61bb
+ dw Route8Gate_h
dw $627d
dw $53ae
dw $44d0
@@ -2219,8 +2219,8 @@
db BANK(Route7Gate_h)
db $17
db $17
+ db BANK(Route8Gate_h)
db $07
- db $07
db $12
db $11
db $07
@@ -5969,7 +5969,17 @@
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