From a9b36d68a472ce0451d35d3161a4a3efd156bc35 Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Sun, 2 Mar 2025 01:10:06 -0300 Subject: [PATCH] CoGranga lag compensation --- src/overlays/ovl_i1/fox_co.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/overlays/ovl_i1/fox_co.c b/src/overlays/ovl_i1/fox_co.c index dbdb48a1..0e225f4e 100644 --- a/src/overlays/ovl_i1/fox_co.c +++ b/src/overlays/ovl_i1/fox_co.c @@ -181,7 +181,10 @@ void Corneria_CoGranga_HandleDamage(CoGranga* this) { } this->state = GRANGA_EXPLODE; - this->timer_050 = 100; + + // @port: Adjust timing to compensate the lack of lag. + // this->timer_050 = 100; + this->timer_050 = 138; SEQCMD_STOP_SEQUENCE(SEQ_PLAYER_BGM, 80); SEQCMD_STOP_SEQUENCE(SEQ_PLAYER_FANFARE, 80);