You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
Tileset creation tool [Commit 3] (#39)
This commit is contained in:
@@ -15,12 +15,12 @@ The layout of the generated tileset's metatiles is as follows:
|
||||
- Metatiles from 0x00 to 0x7f come from the source tileset.
|
||||
- Metatiles from 0x80 to 0xdf are each made to use the specified space in the top left tile.
|
||||
- Metatiles from 0xe0 to 0xff are fixed to use the grey space in the top left tile.
|
||||
- All non-space tiles in the metatiles are fixed to 0x01.
|
||||
- All non-space tiles in the metatiles 0x80 to 0xff are fixed to 0x01.
|
||||
|
||||
The user inputs the following before generating the new tileset:
|
||||
- In the fixed_spaces list of the program: your layout of gfx/tilesets/spaces/fixed_spaces.png
|
||||
- In the program window: name of the source tileset.
|
||||
- In the program window: name of the tileset to create
|
||||
- In the program window: name of the tileset to create.
|
||||
- In the program window: index of variable spaces to use in the new tileset.
|
||||
- In the program window: layout of spaces in metatiles 0x80 - 0xdf.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user