mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-04 10:26:16 -04:00
Update to objdiff 3.5.0 (#2980)
* Update to objdiff 3.5.0 * Fix symbols being in .data instead of .rodata for Wii/Shield
This commit is contained in:
@@ -650,7 +650,7 @@ void dKydb_timedisp() {
|
||||
dDbVw_Report(0x1E, 0x54, "S_TM %02d:%02d:%02d", (int)hour, (int)min, (int)sec);
|
||||
}
|
||||
|
||||
static const char* weekString[] = {
|
||||
static const char* const weekString[] = {
|
||||
"Sun",
|
||||
"Mon",
|
||||
"Tue",
|
||||
|
||||
Reference in New Issue
Block a user