diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-02 23:38:57 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-02 23:38:57 -0600 |
commit | 3174f3f124d114e16f33a26089baec4505ecd3a1 (patch) | |
tree | 8731797f43f1d21131b5b76713f97016205c6ee7 | |
parent | c6e1e5817655a964d7dbf4154522f7264bc1c6f0 (diff) |
lavender town map header asm
hg-commit-id: bfcae8d74c18
-rw-r--r-- | pokered.asm | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index e8fe9e54..8fa619e3 100644 --- a/pokered.asm +++ b/pokered.asm @@ -5039,7 +5039,33 @@ CeruleanCity_h: ; 0x1874e to 0x18786 (56 bytes) (bank=6) (id=3) dw $4786 ; objects -INCBIN "baserom.gbc",$18786,$18E5B-$18786 +INCBIN "baserom.gbc",$18786,$18998-$18786 + +LavenderTown_h: ; 0x18998 to 0x189ba (34 bytes) (bank=6) (id=5) + db $00 ; tileset + db $12, $14 ; dimensions (y, x) + dw $4a3f, $586f, $57a1 ; blocks, texts, scripts + db NORTH | EAST ; connections + + ; connections data + + db $11 ; some map + dw $410f, $c6f0 ; pointers (connected, current) (strip) + db $0a, $0a ; bigness, width + db $23, $f6 ; alignments (y, x) + dw $c809 ; window + + db $16 ; some map + dw $455f, $c7b5 ; pointers (connected, current) (strip) + db $09, $1e ; bigness, width + db $f8, $00 ; alignments (y, x) + dw $c70d ; window + + ; end connection data + + dw $49ba ; objects + +INCBIN "baserom.gbc",$189BA,$18E5B-$189BA PalletTownScript: ld a,[$D74B] |