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); }