Prevent winning Talon's game without str0. Prevent starting Diving Game without Zora Jabbernut (#6324)

This commit is contained in:
Philip Dubé
2026-03-04 15:35:45 +00:00
committed by GitHub
parent 7522f31cc8
commit 63597ec633
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -697,7 +697,7 @@ void EnTa_RunCuccoGame(EnTa* this, PlayState* play) {
this->superCuccos[i]->actor.gravity -= 0.03f;
}
if (func_80B150AC(this, play, i)) {
if (!GameInteractor_Should(VB_PREVENT_STRENGTH, !func_80B150AC(this, play, i))) {
if (this->unk_2C4[i] > 0) {
this->unk_2C4[i]--;
} else {