Feature - Bonk damage under difficulty options (#2584)

This commit is contained in:
aMannus
2023-03-12 08:10:03 +01:00
committed by GitHub
parent 73052617ed
commit 76e99ffe19
7 changed files with 70 additions and 3 deletions

View File

@@ -8679,6 +8679,7 @@ void func_80844708(Player* this, PlayState* play) {
func_80832698(this, NA_SE_VO_LI_CLIMB_END);
this->unk_850 = 1;
gSaveContext.sohStats.count[COUNT_BONKS]++;
GameInteractor_ExecuteOnPlayerBonk();
return;
}
}