mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-15 22:50:01 -04:00
Update update_objects.c (#378)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
@@ -3131,7 +3131,7 @@ u8 gen_random_item(s16 rank, s16 isCpu) {
|
||||
}
|
||||
break;
|
||||
case BATTLE:
|
||||
distributionTable = &battleProbabilityCurve[rank];
|
||||
distributionTable = &battleProbabilityCurve[0];
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user