summaryrefslogtreecommitdiff
path: root/src/clear_save_data_screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/clear_save_data_screen.c')
-rw-r--r--src/clear_save_data_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clear_save_data_screen.c b/src/clear_save_data_screen.c
index 0d69eb0fa..187fd0ffe 100644
--- a/src/clear_save_data_screen.c
+++ b/src/clear_save_data_screen.c
@@ -205,5 +205,5 @@ static void InitClearSaveDataScreenWindows(void)
DeactivateAllTextPrinters();
FillWindowPixelBuffer(0, PIXEL_FILL(0));
LoadWindowGfx(0, 0, 2, 224);
- LoadPalette(gUnknown_0860F074, 0xF0, 0x20);
+ LoadPalette(gStandardMenuPalette, 0xF0, 0x20);
}