summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 17:17:39 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 17:17:39 -0600
commit488daffa8a6f737b559767c222fe0b422fb1a151 (patch)
tree1dfff63bdc7c4efc62664548cfbd60d8e49d3f68
parent43411c6c07c71fee0575bb56e1f4f72923b060c9 (diff)
Route16GateMap_h map header asm
hg-commit-id: 3dcbf6ff85ac
-rw-r--r--pokered.asm12
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm
index 99ebb4f1..1aaaac1f 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -13437,7 +13437,17 @@ Route15Gate_h: ; 0x495f6 to 0x49602 (12 bytes) (id=184)
dw $560c ; objects
-INCBIN "baserom.gbc",$49602,$29fe
+INCBIN "baserom.gbc",$49602,$496b2 - $49602
+
+Route16GateMap_h: ; 0x496b2 to 0x496be (12 bytes) (id=186)
+ db $0c ; tileset
+ db $07, $04 ; dimensions (y, x)
+ dw $57e3, $575a, $56be ; blocks, texts, scripts
+ db $00 ; connections
+
+ dw $578b ; objects
+
+INCBIN "baserom.gbc",$496be,$2942
SECTION "bank13",DATA,BANK[$13]