diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:38:24 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:38:24 -0600 |
commit | 3fb4c2040cc8720ac51147cc2ad62704b9cff87d (patch) | |
tree | f2905f5422b249517314e1b4c6d4de7eb25dfe39 | |
parent | d21e9e6ea6b4648cf7f7a1b705d965515794bd21 (diff) |
Route4_h map header asm
hg-commit-id: dab48de0bc87
-rw-r--r-- | pokered.asm | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 8d7b8e96..586577fb 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14063,7 +14063,33 @@ Route3_h: ; 0x541e6 to 0x54208 (34 bytes) (id=14) dw $4208 ; objects -INCBIN "baserom.gbc",$54208,$3df8 +INCBIN "baserom.gbc",$54208,$54390 - $54208 + +Route4_h: ; 0x54390 to 0x543b2 (34 bytes) (id=15) + db $00 ; tileset + db $09, $2d ; dimensions (y, x) + dw $43ec, $5671, $5658 ; blocks, texts, scripts + db SOUTH | EAST ; connections + + ; connections data + + db $0e ; some map + dw $426b, $c94c ; pointers (connected, current) (strip) + db $0d, $23 ; bigness, width + db $00, $32 ; alignments (y, x) + dw $c712 ; window + + db $03 ; some map + dw $4844, $c718 ; pointers (connected, current) (strip) + db $0f, $14 ; bigness, width + db $08, $00 ; alignments (y, x) + dw $c703 ; window + + ; end connection data + + dw $43b2 ; objects + +INCBIN "baserom.gbc",$543b2,$3c4e SECTION "bank16",DATA,BANK[$16] INCBIN "baserom.gbc",$58000,$4000 |