summaryrefslogtreecommitdiff
path: root/src/secret_base.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/secret_base.c')
-rw-r--r--src/secret_base.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/secret_base.c b/src/secret_base.c
index 21dd83dd2..b37da51d1 100644
--- a/src/secret_base.c
+++ b/src/secret_base.c
@@ -872,7 +872,11 @@ void sub_80BC6B0(u8 taskId)
Menu_PrintText(gOtherText_Exit, 18, 2 * n + 2);
DestroyVerticalScrollIndicator(BOTTOM_ARROW);
if (n != 7)
- Menu_BlankWindowRect(18, ((n << 25) + (1 << 26)) >> 24, 28, 18); // the shifts are needed to match
+ {
+ n++;
+ n--;
+ Menu_BlankWindowRect(18, n * 2 + 4, 28, 18);
+ }
}
else
{