diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2025-06-26 17:42:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-26 11:42:35 -0600 |
| commit | 542191e09fbf1acf0063dae7be5357875f1d2114 (patch) | |
| tree | 552b8362951383f07f336facab298adc7aba2653 /src/update_objects.c | |
| parent | bc7d2cd1bb1641a69b072a7be6817442676e2f6f (diff) | |
Update update_objects.c (#378)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/update_objects.c')
| -rw-r--r-- | src/update_objects.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update_objects.c b/src/update_objects.c index 729af088c..6d5406f8d 100644 --- a/src/update_objects.c +++ b/src/update_objects.c @@ -3131,7 +3131,7 @@ u8 gen_random_item(s16 rank, s16 isCpu) { } break; case BATTLE: - distributionTable = &battleProbabilityCurve[rank]; + distributionTable = &battleProbabilityCurve[0]; break; } |
