diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:40:08 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:40:08 -0600 |
commit | e73f3ad27b6e8c6331dba20dd49006fcb8e5f462 (patch) | |
tree | 7c56ee39bb591cdfce3fba5c274f584cc5f84903 | |
parent | 6681e6816f5c539ddcf8f029fcdd0988d7fd2b86 (diff) |
Route21_h map header asm
hg-commit-id: adf71591a4bf
-rw-r--r-- | pokered.asm | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 251193d0..2a2ad3c2 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14245,7 +14245,33 @@ Route19_h: ; 0x54e78 to 0x54e9a (34 bytes) (id=30) dw $4e9a ; objects -INCBIN "baserom.gbc",$54e9a,$3166 +INCBIN "baserom.gbc",$54e9a,$54fff - $54e9a + +Route21_h: ; 0x54fff to 0x55021 (34 bytes) (id=32) + db $00 ; tileset + db $2d, $0a ; dimensions (y, x) + dw $506d, $5f04, $5eeb ; blocks, texts, scripts + db NORTH | SOUTH ; connections + + ; connections data + + db $00 ; some map + dw $4339, $c6eb ; pointers (connected, current) (strip) + db $0a, $0a ; bigness, width + db $11, $00 ; alignments (y, x) + dw $c779 ; window + + db $08 ; some map + dw $4069, $c9eb ; pointers (connected, current) (strip) + db $0a, $0a ; bigness, width + db $00, $00 ; alignments (y, x) + dw $c6f9 ; window + + ; end connection data + + dw $5021 ; objects + +INCBIN "baserom.gbc",$55021,$2fdf SECTION "bank16",DATA,BANK[$16] INCBIN "baserom.gbc",$58000,$4000 |