You are not logged in.
Pages: 1
I want to edit the 8x8 tiles that make up the map graphics, but there doesn't seem to be a tool of any sort for doing this.
I tried looking for the graphics in TLP but they're probably compressed so that's no good.
Offline
Convert the tileset graphics to PNG with "python gfx.py png gfx/tilesets/01.bpp.lz". Then edit the PNG in paint.net or some other graphics editor. When you "make" the ROM again, it'll automatically compile the PNG back into 2bpp.lz since the file modified date is newer. To use the tiles, edit tilesets/01_metatiles.bin in a hex editor. It's just a bunch of tile IDs, with 16 of them making up a block/metatile.
My projects on GitHub:
• Polished Map 4.7.1 or 2.7.1++
• Tilemap Studio 4.0.1
• Pokémon Polished Crystal 2.2.0 or 3.0.0 beta
• Pokémon Red★/Blue★: Space World Edition 2020-11-01
Offline
Pages: 1