summaryrefslogtreecommitdiff
path: root/src/save_menu_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/save_menu_util.c')
-rw-r--r--src/save_menu_util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/save_menu_util.c b/src/save_menu_util.c
index a6c9578dc..7790bbb1b 100644
--- a/src/save_menu_util.c
+++ b/src/save_menu_util.c
@@ -54,9 +54,9 @@ void HandleCloseSaveWindow(u16 left, u16 top)
MenuZeroFillWindowRect(left, top, left + width, top + 9);
}
-/*
-theory: This function was used to handle the save menu window's width being auto sized from
-either 12 or 13 in an older source. Whatever was here might have either been optimized out by
+/*
+theory: This function was used to handle the save menu window's width being auto sized from
+either 12 or 13 in an older source. Whatever was here might have either been optimized out by
GF's compiler or was dummied out to always return a TRUE at some point.
*/
u8 IsResizeSaveWindowEnabled(void) // i don't know what else to name it..