ref: cb6829e9a25a5989a124c7288366774e1f59d583
parent: e13bf62e9c105596acd62d06b7dc25da046e35c2
author: Bryan Bishop <kanzure@gmail.com>
date: Mon Jan 2 18:28:20 EST 2012
pewter city map header asm hg-commit-id: 2ce93ca8122e
--- a/pokered.asm
+++ b/pokered.asm
@@ -4975,7 +4975,33 @@
dw $4384 ; objects
-INCBIN "baserom.gbc",$18384,$18E5B-$18357-45
+INCBIN "baserom.gbc",$18384,$18554-$18384
+
+PewterCity_h: ; 0x18554 to 0x18576 (34 bytes) (bank=6) (id=2)
+ db $00 ; tileset
+ db $12, $14 ; dimensions (y, x)
+ dw $45e6, $538b, $5237 ; blocks, texts, scripts
+ db SOUTH | EAST ; connections
+
+ ; connections data
+
+ db $0d ; some map
+ dw $407e, $c912 ; pointers (connected, current) (strip)
+ db $0a, $0a ; bigness, width
+ db $00, $f6 ; alignments (y, x)
+ dw $c6f9 ; window
+
+ db $0e ; some map
+ dw $4255, $c7b5 ; pointers (connected, current) (strip)
+ db $09, $23 ; bigness, width
+ db $f8, $00 ; alignments (y, x)
+ dw $c712 ; window
+
+ ; end connection data
+
+ dw $4577 ; objects
+
+INCBIN "baserom.gbc",$18576,$18E5B-$18576
PalletTownScript:
ld a,[$D74B]