diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:39:05 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:39:05 -0600 |
commit | 1903a382d215336e729b235ca1f2ce88eaae3358 (patch) | |
tree | 28f02ece60ef1ab1d97b1b9b8305241f0f6bfca4 | |
parent | ec5132659bef0dc5a4216f94417d9f090f4a3819 (diff) |
Route13_h map header asm
hg-commit-id: eba4c07f92c0
-rw-r--r-- | pokered.asm | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 76bb5cab..36ca8f16 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14141,7 +14141,33 @@ Route9_h: ; 0x54686 to 0x546a8 (34 bytes) (id=20) dw $46a8 ; objects -INCBIN "baserom.gbc",$546a8,$3958 +INCBIN "baserom.gbc",$546a8,$5480c - $546a8 + +Route13_h: ; 0x5480c to 0x5482e (34 bytes) (id=24) + db $00 ; tileset + db $09, $1e ; dimensions (y, x) + dw $488b, $5837, $581e ; blocks, texts, scripts + db NORTH | WEST ; connections + + ; connections data + + db $17 ; some map + dw $490e, $c6ff ; pointers (connected, current) (strip) + db $0a, $0a ; bigness, width + db $6b, $d8 ; alignments (y, x) + dw $ca49 ; window + + db $19 ; some map + dw $4a19, $c754 ; pointers (connected, current) (strip) + db $0c, $0a ; bigness, width + db $00, $13 ; alignments (y, x) + dw $c702 ; window + + ; end connection data + + dw $482e ; objects + +INCBIN "baserom.gbc",$5482e,$37d2 SECTION "bank16",DATA,BANK[$16] INCBIN "baserom.gbc",$58000,$4000 |