diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:39:54 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:39:54 -0600 |
commit | 6681e6816f5c539ddcf8f029fcdd0988d7fd2b86 (patch) | |
tree | 937aadf206acee286d741a6a9545ae666baaeb55 | |
parent | 6de52e9ecb073994291f5888eadd76c333bf499e (diff) |
Route19_h map header asm
hg-commit-id: 97a8360c187d
-rw-r--r-- | pokered.asm | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 1871fff6..251193d0 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14219,7 +14219,33 @@ Route17_h: ; 0x54b20 to 0x54b42 (34 bytes) (id=28) dw $4b42 ; objects -INCBIN "baserom.gbc",$54b42,$34be +INCBIN "baserom.gbc",$54b42,$54e78 - $54b42 + +Route19_h: ; 0x54e78 to 0x54e9a (34 bytes) (id=30) + db $00 ; tileset + db $1b, $0a ; dimensions (y, x) + dw $4ef1, $5d5d, $5d44 ; blocks, texts, scripts + db NORTH | WEST ; connections + + ; connections data + + db $07 ; some map + dw $4db4, $c6e8 ; pointers (connected, current) (strip) + db $10, $14 ; bigness, width + db $23, $0a ; alignments (y, x) + dw $c8bd ; window + + db $1f ; some map + dw $41ac, $c838 ; pointers (connected, current) (strip) + db $09, $32 ; bigness, width + db $dc, $63 ; alignments (y, x) + dw $c752 ; window + + ; end connection data + + dw $4e9a ; objects + +INCBIN "baserom.gbc",$54e9a,$3166 SECTION "bank16",DATA,BANK[$16] INCBIN "baserom.gbc",$58000,$4000 |