diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:42:49 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:42:49 -0600 |
commit | 87303d24319220e059ffc21ada2c54829b5103dd (patch) | |
tree | 2aacea61c66bf89b4ba35d254a99717688962f10 | |
parent | 713df76608ecc98137b069cc580f3951808db123 (diff) |
Route11_h map header asm
hg-commit-id: ca60ba33d184
-rw-r--r-- | pokered.asm | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index a6a853c5..37c1e139 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14410,7 +14410,33 @@ Route10_h: ; 0x582d4 to 0x582f6 (34 bytes) (id=21) dw $42f6 ; objects -INCBIN "baserom.gbc",$582f6,$3d0a +INCBIN "baserom.gbc",$582f6,$584be - $582f6 + +Route11_h: ; 0x584be to 0x584e0 (34 bytes) (id=22) + db $00 ; tileset + db $09, $1e ; dimensions (y, x) + dw $455f, $5465, $544c ; blocks, texts, scripts + db WEST | EAST ; connections + + ; connections data + + db $05 ; some map + dw $4a64, $c6e8 ; pointers (connected, current) (strip) + db $0f, $14 ; bigness, width + db $08, $27 ; alignments (y, x) + dw $c716 ; window + + db $17 ; some map + dw $4800, $c709 ; pointers (connected, current) (strip) + db $0f, $0a ; bigness, width + db $36, $00 ; alignments (y, x) + dw $c6f9 ; window + + ; end connection data + + dw $44e0 ; objects + +INCBIN "baserom.gbc",$584e0,$3b20 SECTION "bank17",DATA,BANK[$17] |