From 16a2980f5a2e6a9c00a05077eeab513f74fcff72 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Sun, 21 Dec 2025 13:46:14 -0500 Subject: Update to objdiff 3.5.0 (#2980) * Update to objdiff 3.5.0 * Fix symbols being in .data instead of .rodata for Wii/Shield --- src/d/d_kankyo_debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/d/d_kankyo_debug.cpp') diff --git a/src/d/d_kankyo_debug.cpp b/src/d/d_kankyo_debug.cpp index 4d0a26893b..756276f438 100644 --- a/src/d/d_kankyo_debug.cpp +++ b/src/d/d_kankyo_debug.cpp @@ -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", -- cgit v1.2.3