summaryrefslogtreecommitdiff
path: root/pokered.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 17:15:14 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 17:15:14 -0600
commitb945ae8fe6e8f9ceda025babc94b16a16b785a6c (patch)
tree96f816c22273ea3f91cc45e70e5526b8c8ba5b72 /pokered.asm
parent96d1c03e36dbd30d889130593c97321bf88ad5c9 (diff)
Route11Gate_h map header asm
hg-commit-id: 6c4ccdd3e56a
Diffstat (limited to 'pokered.asm')
-rw-r--r--pokered.asm12
1 files changed, 11 insertions, 1 deletions
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]