Skip to content
Snippets Groups Projects
Commit 3745190c authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Whoops, counted wrong.

parent 9c6b6622
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ main(int argc, char **argv) ...@@ -85,7 +85,7 @@ main(int argc, char **argv)
"%sr2y:\n" "%sr2y:\n"
" .incbin \"%s/r2y.bin\"\n" " .incbin \"%s/r2y.bin\"\n"
"%sy2r:\n" "%sy2r:\n"
" .incbin \"%s/y2r.bin\"\n", mangle, mangle, argv[2], mangle, argv[2], mangle); " .incbin \"%s/y2r.bin\"\n", mangle, mangle, mangle, argv[2], mangle, argv[2]);
fprintf(h, fprintf(h,
"#ifndef RGBMAP_H\n" "#ifndef RGBMAP_H\n"
"#define RGBMAP_H\n" "#define RGBMAP_H\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment