Graphics conversion program for the Nintendo DS
Go to file
red031000 14aaef3caf
Merge pull request #21 from Gudf/lz-pad-option
Add a flag to disable padding lz-encoded files
2025-05-11 17:51:36 +01:00
.gitignore update gitignore 2024-11-13 17:23:21 +02:00
cJSON.c update cJSON to fix CVE-2024-31755 2024-10-27 05:26:26 +00:00
cJSON.h update cJSON to fix CVE-2024-31755 2024-10-27 05:26:26 +00:00
convert_png.c initial commit 2023-07-03 17:26:19 +01:00
convert_png.h initial commit 2023-07-03 17:26:19 +01:00
font.c Normalize tabs to 4-width spaces 2024-10-26 21:47:50 -07:00
font.h Add support for font files used by Gen4 Pokemon 2024-10-13 15:47:33 -07:00
gfx.c Update KBEC size to account for 4-byte aligment 2024-11-10 13:00:20 -05:00
gfx.h support NCLR files with unusual inverted size field 2024-10-28 10:28:50 -05:00
global.h initial commit 2023-07-03 17:26:19 +01:00
huff.c initial commit 2023-07-03 17:26:19 +01:00
huff.h initial commit 2023-07-03 17:26:19 +01:00
jasc_pal.c initial commit 2023-07-03 17:26:19 +01:00
jasc_pal.h initial commit 2023-07-03 17:26:19 +01:00
json.c Merge pull request #11 from joshua-smith-12/ncer_multiple_oam 2024-10-28 00:20:42 +00:00
json.h Add support for font files used by Gen4 Pokemon 2024-10-13 15:47:33 -07:00
LICENSE add PMCP support and fix a few bugs 2024-02-03 01:28:36 +00:00
lz.c Add flag to disable padding lz-encoded files 2025-05-04 21:43:08 +02:00
lz.h Add flag to disable padding lz-encoded files 2025-05-04 21:43:08 +02:00
main.c Add flag to disable padding lz-encoded files 2025-05-04 21:43:08 +02:00
Makefile Update Makefile 2024-08-09 13:59:47 -04:00
meson_options.txt Update meson_options.txt to force native compilation 2024-03-08 09:46:27 -08:00
meson.build Add override_find_program() to meson.build 2023-08-02 11:44:46 +02:00
options.h Merge branch 'nanr_taketwo' of https://github.com/joshua-smith-12/nitrogfx 2024-11-09 19:53:13 +02:00
rl.c some cleanup 2023-07-03 18:15:33 +01:00
rl.h initial commit 2023-07-03 17:26:19 +01:00
util.c Normalize tabs to 4-width spaces 2024-10-26 21:47:50 -07:00
util.h NCER to json decoding 2023-07-04 00:40:46 +01:00