shithub: pokered

Download patch

ref: 43411c6c07c71fee0575bb56e1f4f72923b060c9
parent: c7f92f42fd8dfe74127d67a63e98d6a2242935c3
author: Bryan Bishop <[email protected]>
date: Tue Jan 3 12:17:16 EST 2012

Route15Gate_h map header asm

hg-commit-id: 70832d1c20b7


--- a/pokered.asm
+++ b/pokered.asm
@@ -13427,7 +13427,17 @@
 
     dw $55de ; objects
 
-INCBIN "baserom.gbc",$49560,$2aa0
+INCBIN "baserom.gbc",$49560,$495f6 - $49560
+
+Route15Gate_h: ; 0x495f6 to 0x49602 (12 bytes) (id=184)
+    db $0c ; tileset
+    db $05, $04 ; dimensions (y, x)
+    dw $40c7, $5605, $5602 ; blocks, texts, scripts
+    db $00 ; connections
+
+    dw $560c ; objects
+
+INCBIN "baserom.gbc",$49602,$29fe
 
 SECTION "bank13",DATA,BANK[$13]