diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 20:54:33 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-14 20:54:33 -0600 |
commit | 78e8b6be4a3f4b5636e2192fa4e35f345ced9458 (patch) | |
tree | 34c1704cf8e5c0912280497e7a486dd26888e606 | |
parent | 2bc10aff68cc535f73285d6d2a75179a3e6dce5a (diff) |
found CinnabarPokecenterBlocks
hg-commit-id: 6b9d3183411d
-rw-r--r-- | common.asm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -35884,6 +35884,7 @@ PewterMartBlocks: ; 16 FuchsiaHouse1Blocks: ; 16 INCBIN "maps/fuchsiahouse1.blk" +CinnabarPokecenterBlocks: FuchsiaPokecenterBlocks: ; 28 INCBIN "maps/fuchsiapokecenter.blk" @@ -37655,7 +37656,7 @@ Lab4Blocks: ; 16 CinnabarPokecenter_h: ; 0x75e20 to 0x75e2c (12 bytes) (id=171) db $06 ; tileset db $04, $07 ; dimensions (y, x) - dw $4030, CinnabarPokecenterTexts, CinnabarPokecenterScript ; blocks, texts, scripts + dw CinnabarPokecenterBlocks, CinnabarPokecenterTexts, CinnabarPokecenterScript ; blocks, texts, scripts db $00 ; connections dw CinnabarPokecenterObject ; objects |