Fix function comments

This commit is contained in:
ProjectUltra75 2025-07-18 00:38:27 -04:00 committed by GitHub
parent 1000bf00f4
commit 3d2e171923
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 5 deletions

View File

@ -2395,11 +2395,13 @@ void func_800C70A8(u8 playerId) {
}
}
// Routine to tell the game which "finish" music to play depending on which mode the player is in (Grand Prix, Time Trials, etc),
// whether the game is in multiplayer or not, and which position they ended up finishing in (1st, 2nd, 3rd, etc)
//
// Contains a LOT of inlined funcs.
// Modify if you dare.
/*
Routine to tell the game which "finish" music to play depending on which mode the player is in (Grand Prix, Time Trials, etc),
whether the game is in multiplayer or not, and which position they ended up finishing in (1st, 2nd, 3rd, etc)
Contains a LOT of inlined funcs.
Modify if you dare.
*/
void func_800C76C0(u8 playerId) {
if (D_800E9EA4[playerId] != 0) {
if (D_800E9EA4[playerId] < 0x2BC) {