Update code_80005FD0.c

This commit is contained in:
MegaMech
2025-06-26 17:00:52 -06:00
committed by GitHub
parent f269e74bb2
commit fd0204acd3
+1 -1
View File
@@ -7091,7 +7091,7 @@ void cpu_use_item_strategy(s32 playerId) {
if (((gNumPathPointsTraversed[playerId] + (playerId * 0x14) + 0x64) % 0x8 == 0) &&
(temp_s0->timer >= 0x200)) {
cpu_decisions_branch_item(playerId, &temp_s0->branch,
gen_random_item_human((s16) gLapCountByPlayerId[playerId],
hard_cpu_gen_random_item((s16) gLapCountByPlayerId[playerId],
gGPCurrentRaceRankByPlayerId[playerId]));
}
}