diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:33:30 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:33:30 -0600 |
commit | 882c9fc50ce9341f6704c506ec2749d411364858 (patch) | |
tree | 187fdf67c5a2f18d480e88d16b92b560191c6e4d | |
parent | f1df3c071235f1f16a48b556bb5d88327b559234 (diff) |
Route22_h map header asm
hg-commit-id: 5a77da5b1046
-rw-r--r-- | pokered.asm | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index f03bcd7f..77c16d3d 100644 --- a/pokered.asm +++ b/pokered.asm @@ -13794,7 +13794,31 @@ PredefPointers: ; 7E79 dbw $16,$5035 SECTION "bank14",DATA,BANK[$14] -INCBIN "baserom.gbc",$50000,$4000 +Route22_h: ; 0x50000 to 0x50022 (34 bytes) (id=33) + db $00 ; tileset + db $09, $14 ; dimensions (y, x) + dw $403d, $5175, $4eb2 ; blocks, texts, scripts + db NORTH | EAST ; connections + + ; connections data + + db $22 ; some map + dw $4664, $c6eb ; pointers (connected, current) (strip) + db $0a, $0a ; bigness, width + db $8f, $00 ; alignments (y, x) + dw $cb69 ; window + + db $01 ; some map + dw $4400, $c6ff ; pointers (connected, current) (strip) + db $0f, $14 ; bigness, width + db $08, $00 ; alignments (y, x) + dw $c703 ; window + + ; end connection data + + dw $4022 ; objects + +INCBIN "baserom.gbc",$50022,$3fde SECTION "bank15",DATA,BANK[$15] INCBIN "baserom.gbc",$54000,$4000 |