diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-02 23:35:29 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-02 23:35:29 -0600 |
commit | c6e1e5817655a964d7dbf4154522f7264bc1c6f0 (patch) | |
tree | 6ebca95fddc7ec37c6d467099faa7bf266f1dea8 | |
parent | cb6829e9a25a5989a124c7288366774e1f59d583 (diff) |
cerulean city map header asm
hg-commit-id: 2102977fafd9
-rw-r--r-- | pokered.asm | 40 |
1 files changed, 39 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index ec81dec8..e8fe9e54 100644 --- a/pokered.asm +++ b/pokered.asm @@ -5001,7 +5001,45 @@ PewterCity_h: ; 0x18554 to 0x18576 (34 bytes) (bank=6) (id=2) dw $4577 ; objects -INCBIN "baserom.gbc",$18576,$18E5B-$18576 +INCBIN "baserom.gbc",$18576,$1874e-$18576 + +CeruleanCity_h: ; 0x1874e to 0x18786 (56 bytes) (bank=6) (id=3) + db $00 ; tileset + db $12, $14 ; dimensions (y, x) + dw $4830, $562d, $5480 ; blocks, texts, scripts + db NORTH | SOUTH | WEST | EAST ; connections + + ; connections data + + db $23 ; some map + dw $477d, $c6f0 ; pointers (connected, current) (strip) + db $0a, $0a ; bigness, width + db $23, $f6 ; alignments (y, x) + dw $c809 ; window + + db $10 ; some map + dw $45d2, $c912 ; pointers (connected, current) (strip) + db $0a, $0a ; bigness, width + db $00, $f6 ; alignments (y, x) + dw $c6f9 ; window + + db $0f ; some map + dw $4416, $c79e ; pointers (connected, current) (strip) + db $09, $2d ; bigness, width + db $f8, $59 ; alignments (y, x) + dw $c748 ; window + + db $14 ; some map + dw $46fe, $c7b5 ; pointers (connected, current) (strip) + db $09, $1e ; bigness, width + db $f8, $00 ; alignments (y, x) + dw $c70d ; window + + ; end connection data + + dw $4786 ; objects + +INCBIN "baserom.gbc",$18786,$18E5B-$18786 PalletTownScript: ld a,[$D74B] |