mirror of
https://github.com/gbdev/rgbds.git
synced 2026-03-26 06:43:02 +00:00
Implement max palette count
This commit is contained in:
@@ -333,7 +333,7 @@ int main(int argc, char *argv[]) {
|
||||
}
|
||||
break;
|
||||
case 'n':
|
||||
options.nbPalettes = 0; // TODO
|
||||
options.nbPalettes = parseNumber(arg, "Number of palettes", 8);
|
||||
break;
|
||||
case 'o':
|
||||
options.output = musl_optarg;
|
||||
|
||||
Reference in New Issue
Block a user