CoGranga lag compensation

This commit is contained in:
Sonic Dreamcaster 2025-03-02 01:10:06 -03:00
parent 1132209270
commit a9b36d68a4

View File

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