diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:43:02 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:43:02 -0600 |
commit | 59042213a6bb81f7f34672c5d56ea33360a8060e (patch) | |
tree | bfe866c62d4bd18bb1a9243958b27ff8fd6f2b73 | |
parent | 87303d24319220e059ffc21ada2c54829b5103dd (diff) |
Route12_h map header asm
hg-commit-id: 638284765aaf
-rw-r--r-- | pokered.asm | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 37c1e139..3cff870e 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14436,7 +14436,39 @@ Route11_h: ; 0x584be to 0x584e0 (34 bytes) (id=22) dw $44e0 ; objects -INCBIN "baserom.gbc",$584e0,$3b20 +INCBIN "baserom.gbc",$584e0,$5866d - $584e0 + +Route12_h: ; 0x5866d to 0x5869a (45 bytes) (id=23) + db $00 ; tileset + db $36, $0a ; dimensions (y, x) + dw $4710, $5675, $55f3 ; blocks, texts, scripts + db NORTH | SOUTH | WEST ; connections + + ; connections data + + db $04 ; some map + dw $40c1, $c6eb ; pointers (connected, current) (strip) + db $0a, $0a ; bigness, width + db $11, $00 ; alignments (y, x) + dw $c779 ; window + + db $18 ; some map + dw $489c, $ca78 ; pointers (connected, current) (strip) + db $0d, $1e ; bigness, width + db $00, $28 ; alignments (y, x) + dw $c70d ; window + + db $16 ; some map + dw $457a, $c8c8 ; pointers (connected, current) (strip) + db $09, $1e ; bigness, width + db $ca, $3b ; alignments (y, x) + dw $c72a ; window + + ; end connection data + + dw $469a ; objects + +INCBIN "baserom.gbc",$5869a,$3966 SECTION "bank17",DATA,BANK[$17] |