shithub: pokered

Download patch

ref: b9f2708e080ab8714567893e39666ac3e5ac9719
parent: e537bfd93add0b97d5034b3c8321dbb2ee24420a
author: Bryan Bishop <kanzure@gmail.com>
date: Tue Jan 3 12:18:41 EST 2012

Route18GateHeader_h map header asm

hg-commit-id: c6a24977ba09


--- a/pokered.asm
+++ b/pokered.asm
@@ -13467,7 +13467,17 @@
 
     dw $5937 ; objects
 
-INCBIN "baserom.gbc",$49876,$278a
+INCBIN "baserom.gbc",$49876,$49969 - $49876
+
+Route18GateHeader_h: ; 0x49969 to 0x49975 (12 bytes) (id=191)
+    db $0c ; tileset
+    db $04, $04 ; dimensions (y, x)
+    dw $40db, $5978, $5975 ; blocks, texts, scripts
+    db $00 ; connections
+
+    dw $59a4 ; objects
+
+INCBIN "baserom.gbc",$49975,$268b
 
 SECTION "bank13",DATA,BANK[$13]