mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
list new default init values in usage information (rgbasm, xlink)
This commit is contained in:
@@ -270,7 +270,7 @@ PrintUsage(void)
|
|||||||
"\t\t\t(default is 01)\n");
|
"\t\t\t(default is 01)\n");
|
||||||
printf
|
printf
|
||||||
("\t-z<hx>\t\tSet the byte value (hex format) used for uninitialised\n"
|
("\t-z<hx>\t\tSet the byte value (hex format) used for uninitialised\n"
|
||||||
"\t\t\tdata (default is ? for random)\n");
|
"\t\t\tdata (? for random, default is 0x00)\n");
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ PrintUsage(void)
|
|||||||
"\t-m<mapfile>\tWrite a mapfile\n"
|
"\t-m<mapfile>\tWrite a mapfile\n"
|
||||||
"\t-n<symfile>\tWrite a NO$GMB compatible symfile\n"
|
"\t-n<symfile>\tWrite a NO$GMB compatible symfile\n"
|
||||||
"\t-z<hx>\t\tSet the byte value (hex format) used for uninitialised\n"
|
"\t-z<hx>\t\tSet the byte value (hex format) used for uninitialised\n"
|
||||||
"\t\t\tdata (default is ? for random)\n"
|
"\t\t\tdata (? for random, default is 0x00)\n"
|
||||||
"\t-s<symbol>\tPerform smart linking starting with <symbol>\n"
|
"\t-s<symbol>\tPerform smart linking starting with <symbol>\n"
|
||||||
"\t-t\t\tOutput target\n" "\t\t-tg\tGameboy ROM image(default)\n"
|
"\t-t\t\tOutput target\n" "\t\t-tg\tGameboy ROM image(default)\n"
|
||||||
"\t\t-ts\tGameboy small mode (32kB)\n"
|
"\t\t-ts\tGameboy small mode (32kB)\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user