From 6d6a6dc9879fde6d27fceab76f4683ffdcf8bedc Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Sun, 17 Nov 2024 00:53:39 -0300 Subject: [PATCH] voice line fix --- src/overlays/ovl_i4/fox_bo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/overlays/ovl_i4/fox_bo.c b/src/overlays/ovl_i4/fox_bo.c index e600e2b5..04229891 100644 --- a/src/overlays/ovl_i4/fox_bo.c +++ b/src/overlays/ovl_i4/fox_bo.c @@ -425,13 +425,13 @@ void Bolse_UpdateEventHandler(ActorEvent* this) { } break; - case 660: + case 670: if (gStarWolfTeamAlive[2] != 0) { Radio_PlayMessage(gMsg_ID_11120, RCID_PIGMA); } break; - - case 550: + // @recomp: Fix voice line being cut out + case 540: // Original value: 550 if (gStarWolfTeamAlive[3] != 0) { Radio_PlayMessage(gMsg_ID_11130, RCID_ANDREW); }