shithub: pokered

Download patch

ref: c7f92f42fd8dfe74127d67a63e98d6a2242935c3
parent: 93d9f5add145b5418fbf840cd1f2b2a3466e8008
author: Bryan Bishop <kanzure@gmail.com>
date: Tue Jan 3 12:16:52 EST 2012

Route12GateUpstairs_h map header asm

hg-commit-id: 859cc21fda06


--- a/pokered.asm
+++ b/pokered.asm
@@ -13417,7 +13417,17 @@
 
     dw $550e ; objects
 
-INCBIN "baserom.gbc",$49504,$2afc
+INCBIN "baserom.gbc",$49504,$49554 - $49504
+
+Route12GateUpstairs_h: ; 0x49554 to 0x49560 (12 bytes) (id=195)
+    db $0c ; tileset
+    db $04, $04 ; dimensions (y, x)
+    dw $40db, $5563, $5560 ; blocks, texts, scripts
+    db $00 ; connections
+
+    dw $55de ; objects
+
+INCBIN "baserom.gbc",$49560,$2aa0
 
 SECTION "bank13",DATA,BANK[$13]