mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +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");
|
||||
printf
|
||||
("\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);
|
||||
}
|
||||
/*
|
||||
|
||||
@@ -56,7 +56,7 @@ PrintUsage(void)
|
||||
"\t-m<mapfile>\tWrite a mapfile\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\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-t\t\tOutput target\n" "\t\t-tg\tGameboy ROM image(default)\n"
|
||||
"\t\t-ts\tGameboy small mode (32kB)\n"
|
||||
|
||||
Reference in New Issue
Block a user