diff options
author | red031000 <rubenru09@aol.com> | 2020-07-19 16:58:24 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-07-19 16:58:24 +0100 |
commit | 0791e26907187bfe5017f113bdab552d52fe3a12 (patch) | |
tree | 4bc71d52cf25c85c2e15d0f5323cb093cc16e7d3 /tools/nitrogfx/gfx.h | |
parent | bd54199157769c90be156ba1c9a46a2ab6f37c30 (diff) |
palette indexes
Diffstat (limited to 'tools/nitrogfx/gfx.h')
-rw-r--r-- | tools/nitrogfx/gfx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nitrogfx/gfx.h b/tools/nitrogfx/gfx.h index ef1f493d..e04a781a 100644 --- a/tools/nitrogfx/gfx.h +++ b/tools/nitrogfx/gfx.h @@ -34,7 +34,7 @@ void WriteImage(char *path, int numTiles, int bitDepth, int metatileWidth, int m void WriteNtrImage(char *path, int numTiles, int bitDepth, int metatileWidth, int metatileHeight, struct Image *image, bool invertColors, bool clobberSize, bool byteOrder, bool version101, bool sopc, bool scanned, uint32_t key); void FreeImage(struct Image *image); void ReadGbaPalette(char *path, struct Palette *palette); -void ReadNtrPalette(char *path, struct Palette *palette, int bitdepth); +void ReadNtrPalette(char *path, struct Palette *palette, int bitdepth, int palIndex); void WriteGbaPalette(char *path, struct Palette *palette); void WriteNtrPalette(char *path, struct Palette *palette, bool ncpr, bool ir, int bitdepth, bool pad, int compNum); |