jojobear13 / shinpokered

Mostly-vanilla hack of Pokémon Red/Blue focused on bugfixes and trainer ai
209 stars 42 forks source link

Bug: Randomized game corner prize pokemon have the wrong level #291

Closed jojobear13 closed 10 months ago

jojobear13 commented 11 months ago

The level list for the game corner pokemon is utilized by searching for the prize pokemon's species. As a result, receiving a prize with the wild randomizer active will cause the species to pull a different level value from the list or pull a garbage value from beyond the list.

The solution was to update the search function so that it uses pointer position based on the menu selection.