From 8ac177a14473e464ae3709567e620b1e954c3d8f Mon Sep 17 00:00:00 2001 From: xCrystal Date: Sun, 30 Nov 2025 16:45:31 +0100 Subject: [PATCH] Tileset creation tool [Commit 3] (#39) --- tools/board/tileset.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/board/tileset.py b/tools/board/tileset.py index 4b4a89c3d..c7c89c67d 100755 --- a/tools/board/tileset.py +++ b/tools/board/tileset.py @@ -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.