diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-02 23:42:41 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-02 23:42:41 -0600 |
commit | f5a98ba94c6c85678e021de02a07c83b97a8450d (patch) | |
tree | 2a4efb1fc97865a136b53a2f40efe4c29a0396c4 | |
parent | 3174f3f124d114e16f33a26089baec4505ecd3a1 (diff) |
fuchsia city map header asm
hg-commit-id: b465705d8588
-rw-r--r-- | pokered.asm | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 8fa619e3..8fb3880e 100644 --- a/pokered.asm +++ b/pokered.asm @@ -5065,7 +5065,39 @@ LavenderTown_h: ; 0x18998 to 0x189ba (34 bytes) (bank=6) (id=5) dw $49ba ; objects -INCBIN "baserom.gbc",$189BA,$18E5B-$189BA +INCBIN "baserom.gbc",$189BA,$18BA7-$189BA + +FuchsiaCity_h: ; 0x18ba7 to 0x18bd4 (45 bytes) (bank=6) (id=7) + db $00 ; tileset + db $12, $14 ; dimensions (y, x) + dw $4c86, $5a2e, $5a2b ; blocks, texts, scripts + db SOUTH | WEST | EAST ; connections + + ; connections data + + db $1e ; some map + dw $4ef1, $c912 ; pointers (connected, current) (strip) + db $0a, $0a ; bigness, width + db $00, $f6 ; alignments (y, x) + dw $c6f9 ; window + + db $1d ; some map + dw $4cb2, $c79e ; pointers (connected, current) (strip) + db $09, $19 ; bigness, width + db $f8, $31 ; alignments (y, x) + dw $c720 ; window + + db $1a ; some map + dw $49cc, $c7b5 ; pointers (connected, current) (strip) + db $09, $1e ; bigness, width + db $f8, $00 ; alignments (y, x) + dw $c70d ; window + + ; end connection data + + dw $4bd4 ; objects + +INCBIN "baserom.gbc",$18BD4,$18E5B-$18BD4 PalletTownScript: ld a,[$D74B] |