summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extras/analyze_incbins.py2
-rw-r--r--pokered.asm12
2 files changed, 12 insertions, 2 deletions
diff --git a/extras/analyze_incbins.py b/extras/analyze_incbins.py
index fcbf627d..6e6e5007 100644
--- a/extras/analyze_incbins.py
+++ b/extras/analyze_incbins.py
@@ -217,6 +217,6 @@ if __name__ == "__main__":
#diff = generate_diff_insert(line_number, newlines)
#print diff
- insert_map_header_asm(81)
+ insert_map_header_asm(84)
#dump_all_remaining_maps()
diff --git a/pokered.asm b/pokered.asm
index f6690553..1c90e77c 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -13387,7 +13387,17 @@ RockTunnelPokecenter_h: ; 0x493ae to 0x493ba (12 bytes) (id=81)
dw $53d4 ; objects
-INCBIN "baserom.gbc",$493ba,$2c46
+INCBIN "baserom.gbc",$493ba,$49400 - $493ba
+
+Route11Gate_h: ; 0x49400 to 0x4940c (12 bytes) (id=84)
+ db $0c ; tileset
+ db $05, $04 ; dimensions (y, x)
+ dw $40c7, $540f, $540c ; blocks, texts, scripts
+ db $00 ; connections
+
+ dw $5416 ; objects
+
+INCBIN "baserom.gbc",$4940c,$2bf4
SECTION "bank13",DATA,BANK[$13]