shithub: pokered

Download patch

ref: 15adf246e691d9ff08a87575c123d56883f9011a
parent: 3082b2d5a1b0ed636162cc7c46cea0b3a1598454
author: Bryan Bishop <kanzure@gmail.com>
date: Mon Jan 2 22:18:51 EST 2012

Route22Gate_h map header asm

hg-commit-id: 37dd3e4f9d24


--- a/pokered.asm
+++ b/pokered.asm
@@ -308,7 +308,7 @@
 	dw $586a
 	dw $5969
 	dw $47dd
-	dw $6677
+	dw Route22Gate_h
 	dw $5791
 	dw $5554
 	dw VermilionHouse3_h
@@ -2333,7 +2333,7 @@
 	db $12
 	db $12
 	db $11
-	db $07
+	db BANK(Route22Gate_h)
 	db $14
 	db $12
 	db $06
@@ -6019,7 +6019,17 @@
 
     dw $6657 ; objects
 
-INCBIN "baserom.gbc",$1E5F8,$20000-$1E5F8
+INCBIN "baserom.gbc",$1E5F8,$1E677-$1E5F8
+
+Route22Gate_h: ; 0x1e677 to 0x1e683 (12 bytes) (bank=7) (id=193)
+    db $0c ; tileset
+    db $04, $05 ; dimensions (y, x)
+    dw $674a, $66df, $6683 ; blocks, texts, scripts
+    db $00 ; connections
+
+    dw $6720 ; objects
+
+INCBIN "baserom.gbc",$1E683,$20000-$1E683
 
 SECTION "bank8",DATA,BANK[$8]
 INCBIN "baserom.gbc",$20000,$4000