diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-23 11:10:02 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-23 11:10:02 -0400 |
commit | d461cbcaa18e282f0a1ac5954298f2185a69b7c5 (patch) | |
tree | 99ce725ce6b91e9d340fad0b07ad2deae08327cf /src/debug/start_menu_debug.c | |
parent | 6e9821ca07a64ee09129038286aaba3eb1825946 (diff) |
Sync more function names from Emerald
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 4f4eb5a4a..d96615fc1 100644 --- a/src/debug/start_menu_debug.c +++ b/src/debug/start_menu_debug.c @@ -2592,7 +2592,7 @@ struct GameTimeDebugMenuStruct { u16 totalPoints; u16 excitementAppealBonus; u8 round1Points; - u8 unk5; + u8 contestant; }; const struct GameTimeDebugMenuStruct gUnknown_Debug_839C5F4[] = { @@ -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->excitementAppealBonus, gMain.newAndRepeatedKeys) == TRUE) + if (DebugMenu_8077DD8(data + r2->contestant, r2->totalPoints, r2->excitementAppealBonus, gMain.newAndRepeatedKeys) == TRUE) DebugMenu_8078EB0(data); } } |