diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 02:46:11 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 02:46:11 -0600 |
commit | 08dd3dae0ab7a8b660ea2eb7489a12da4e2def67 (patch) | |
tree | d3796bcd48f56c60cf5669898a6cc28480797cb9 | |
parent | 459a35f1a98ea40122d84593c5be1a0653077dec (diff) |
BikeShop_h map header asm
hg-commit-id: 3f7167235672
-rw-r--r-- | pokered.asm | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm index b8209df3..ffcde9be 100644 --- a/pokered.asm +++ b/pokered.asm @@ -181,7 +181,7 @@ MapHeaderPointers: ; $01AE dw CeruleanHouse2_h dw $4639 dw $46a7 - dw $5730 + dw BikeShop_h dw $4889 dw $52c3 dw CeruleanHouseTrashed_h ; copy of map 62 @@ -2206,7 +2206,7 @@ MapHeaderBanks: ; 423D db BANK(CeruleanHouse2_h) db $17 db $17 - db $07 + db BANK(BikeShop_h) db $17 db $12 db BANK(CeruleanHouseTrashed_h) ; copy of map 62 @@ -5815,7 +5815,21 @@ CeruleanHouse2_h: ; 0x1d6ea to 0x1d6f6 (12 bytes) (bank=7) (id=63) dw $5710 ; objects -INCBIN "baserom.gbc",$1D6F6,$20000-$1D6F6 +INCBIN "baserom.gbc",$1D6F6,$1D730-$1D6F6 + +BikeShop_h: ; 0x1d730 to 0x1d73c (12 bytes) (bank=7) (id=66) + db $15 ; tileset + db $04, $04 ; dimensions (y, x) + dw $588c, $573f, $573c ; blocks, texts, scripts + db $00 ; connections + + ; connections data + + ; end connection data + + dw $5866 ; objects + +INCBIN "baserom.gbc",$1D73C,$20000-$1D73C SECTION "bank8",DATA,BANK[$8] INCBIN "baserom.gbc",$20000,$4000 |