Graphics conversion program for the Nintendo DS
Go to file
2023-08-02 10:53:06 -04:00
.gitignore initial commit 2023-07-03 17:26:19 +01:00
cJSON.c initial commit 2023-07-03 17:26:19 +01:00
cJSON.h initial commit 2023-07-03 17:26:19 +01: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 initial commit 2023-07-03 17:26:19 +01:00
font.h initial commit 2023-07-03 17:26:19 +01:00
gfx.c Replaced idxComponent1 and idxComponent2 with idxComponentY and idxComponentX, respectively 2023-08-02 10:53:06 -04:00
gfx.h Refactored names for readability; added comments 2023-08-02 09:37:15 -04: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 implement multiple OAM objects in NCER 2023-07-28 06:40:16 +01:00
json.h NANR to json decoding 2023-07-04 19:09:26 +01:00
LICENSE initial commit 2023-07-03 17:26:19 +01:00
lz.c initial commit 2023-07-03 17:26:19 +01:00
lz.h initial commit 2023-07-03 17:26:19 +01:00
main.c Refactored names for readability; added comments 2023-08-02 09:37:15 -04:00
Makefile initial commit 2023-07-03 17:26:19 +01:00
meson_options.txt Add meson build files 2023-08-01 14:38:43 +02:00
meson.build Add override_find_program() to meson.build 2023-08-02 11:44:46 +02:00
options.h Refactored names for readability; added comments 2023-08-02 09:37:15 -04: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 NCER to json decoding 2023-07-04 00:40:46 +01:00
util.h NCER to json decoding 2023-07-04 00:40:46 +01:00