diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:39:18 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:39:18 -0600 |
commit | 06894d07a9f0276759f1aa82df828ca3ae27cbb2 (patch) | |
tree | 317fed6c10914dd31e7ca4e27f4f4aa869538287 | |
parent | 1903a382d215336e729b235ca1f2ce88eaae3358 (diff) |
Route14_h map header asm
hg-commit-id: 08e4c4c4addf
-rw-r--r-- | pokered.asm | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 36ca8f16..dd0b82af 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14167,7 +14167,33 @@ Route13_h: ; 0x5480c to 0x5482e (34 bytes) (id=24) dw $482e ; objects -INCBIN "baserom.gbc",$5482e,$37d2 +INCBIN "baserom.gbc",$5482e,$54999 - $5482e + +Route14_h: ; 0x54999 to 0x549bb (34 bytes) (id=25) + db $00 ; tileset + db $1b, $0a ; dimensions (y, x) + dw $4a12, $59ec, $59d3 ; blocks, texts, scripts + db WEST | EAST ; connections + + ; connections data + + db $1a ; some map + dw $49e7, $c838 ; pointers (connected, current) (strip) + db $09, $1e ; bigness, width + db $dc, $3b ; alignments (y, x) + dw $c72a ; window + + db $18 ; some map + dw $488b, $c725 ; pointers (connected, current) (strip) + db $09, $1e ; bigness, width + db $00, $00 ; alignments (y, x) + dw $c70d ; window + + ; end connection data + + dw $49bb ; objects + +INCBIN "baserom.gbc",$549bb,$3645 SECTION "bank16",DATA,BANK[$16] INCBIN "baserom.gbc",$58000,$4000 |