From a0127282bee5c79994dcb4095bca159e9b802347 Mon Sep 17 00:00:00 2001 From: ProjectUltra75 <123296055+ProjectUltra75@users.noreply.github.com> Date: Fri, 18 Jul 2025 00:41:00 -0400 Subject: [PATCH] Properly identify the podium ceremony sequence; fix comments --- src/audio/external.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/audio/external.c b/src/audio/external.c index 7aae4e5ae..b6f823b86 100644 --- a/src/audio/external.c +++ b/src/audio/external.c @@ -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++;