shithub: pokered

Download patch

ref: be36119c58ff5ac360df0135446b9d7a6030acc6
parent: b945ae8fe6e8f9ceda025babc94b16a16b785a6c
author: Bryan Bishop <kanzure@gmail.com>
date: Tue Jan 3 12:15:42 EST 2012

Route11GateUpstairs_h map header asm

hg-commit-id: 8638c4221e05


--- a/extras/analyze_incbins.py
+++ b/extras/analyze_incbins.py
@@ -217,6 +217,6 @@
     #diff = generate_diff_insert(line_number, newlines)
     #print diff
 
-    insert_map_header_asm(84)
+    insert_map_header_asm(86)
     #dump_all_remaining_maps()
 
--- a/pokered.asm
+++ b/pokered.asm
@@ -13397,7 +13397,17 @@
 
     dw $5416 ; objects
 
-INCBIN "baserom.gbc",$4940c,$2bf4
+INCBIN "baserom.gbc",$4940c,$49448 - $4940c
+
+Route11GateUpstairs_h: ; 0x49448 to 0x49454 (12 bytes) (id=86)
+    db $0c ; tileset
+    db $04, $04 ; dimensions (y, x)
+    dw $40db, $5457, $5454 ; blocks, texts, scripts
+    db $00 ; connections
+
+    dw $54da ; objects
+
+INCBIN "baserom.gbc",$49454,$2bac
 
 SECTION "bank13",DATA,BANK[$13]