Properly identify the podium ceremony sequence; fix comments

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

View File

@ -3556,9 +3556,11 @@ void func_800CB134() {
D_800EA174 = 1;
}
// Play the entire "losing" sequence for the trophy ceremony.
//
// Increments a timer value by one per frame in order to tell which part of the sequence to play at which point.
/*
Play the entire "losing" sequence for the podium ceremony.
Increments a timer value by one per frame in order to tell which part of the sequence to play at which point.
*/
void begin_losing_ceremony_sequence() {
if (D_800EA174 != 0) {
D_800EA174++;