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

Whoops, counted wrong.

parent a4705aa1
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4241 passed
......@@ -85,7 +85,7 @@ main(int argc, char **argv)
"%sr2y:\n"
" .incbin \"%s/r2y.bin\"\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,
"#ifndef 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