diff options
author | Kaz <kazbloxmc@gmail.com> | 2020-06-02 06:26:27 -0400 |
---|---|---|
committer | Kaz <kazbloxmc@gmail.com> | 2020-06-02 06:26:27 -0400 |
commit | 1ce50ad12ec0e62f5ae6325767254fcfb7a04fdb (patch) | |
tree | a6c9b43f37c5343904847caa6da7f41691336fc2 /src/secret_base.c | |
parent | 7c0c109b7553596129694f9c2dc7481403520031 (diff) |
contest_painting.c: sub_8106B90 and sub_8106630 matching
secret_base.c: better fakematch for sub_80BC6B0
Diffstat (limited to 'src/secret_base.c')
-rw-r--r-- | src/secret_base.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/secret_base.c b/src/secret_base.c index 097d95cfe..345d3d8e5 100644 --- a/src/secret_base.c +++ b/src/secret_base.c @@ -859,7 +859,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 { |