diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-22 15:20:21 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-22 15:20:21 -0400 |
commit | 6e9821ca07a64ee09129038286aaba3eb1825946 (patch) | |
tree | 903b8f2baba6870cbf5099b8ef5b5480e6e2b7ef /src/debug/start_menu_debug.c | |
parent | 54cda0308707ace7055cc8ea6f4e698e6324f911 (diff) |
Split contest code
Diffstat (limited to 'src/debug/start_menu_debug.c')
-rw-r--r-- | src/debug/start_menu_debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug/start_menu_debug.c b/src/debug/start_menu_debug.c index edc953c7e..4f4eb5a4a 100644 --- a/src/debug/start_menu_debug.c +++ b/src/debug/start_menu_debug.c @@ -2590,7 +2590,7 @@ void DebugMenu_8078E68(u8 a0, u8 * a1, u32 a2) struct GameTimeDebugMenuStruct { u16 totalPoints; - u16 unk2; + u16 excitementAppealBonus; u8 round1Points; u8 unk5; }; @@ -2669,7 +2669,7 @@ void DebugMenu_8078F68(u8 taskId) else { const struct GameTimeDebugMenuStruct *r2 = gUnknown_Debug_839C5F4 + data[0]; - if (DebugMenu_8077DD8(data + r2->unk5, r2->totalPoints, r2->unk2, gMain.newAndRepeatedKeys) == TRUE) + if (DebugMenu_8077DD8(data + r2->unk5, r2->totalPoints, r2->excitementAppealBonus, gMain.newAndRepeatedKeys) == TRUE) DebugMenu_8078EB0(data); } } |