Update update_objects.c (#378)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
parent
bc7d2cd1bb
commit
542191e09f
|
|
@ -3131,7 +3131,7 @@ u8 gen_random_item(s16 rank, s16 isCpu) {
|
|||
}
|
||||
break;
|
||||
case BATTLE:
|
||||
distributionTable = &battleProbabilityCurve[rank];
|
||||
distributionTable = &battleProbabilityCurve[0];
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue