diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-03-02 01:10:06 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-03-02 01:10:06 -0300 |
| commit | a9b36d68a472ce0451d35d3161a4a3efd156bc35 (patch) | |
| tree | 071c46b5fd1dc7d6de48b5a9ade585aeddb2778f /src | |
| parent | 1132209270a5b258b09dc20ace5330064167359c (diff) | |
CoGranga lag compensation
Diffstat (limited to 'src')
| -rw-r--r-- | src/overlays/ovl_i1/fox_co.c | 5 |
1 files changed, 4 insertions, 1 deletions
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); |
