resetes12 / pokeemerald

Modern Emerald
71 stars 12 forks source link

30/31 option for Player IVs #16

Closed delipunch closed 6 months ago

delipunch commented 7 months ago

Can a third option for Player IVs be added, where IVs are randomly either 30 or 31 for each stat? This would let Hidden Power be used as normal while still keeping in the spirit of the all-31 mode.

Could be implemented by ORing the RNG'd IV values for a new 'Mon with 0b11110/0x1E to ensure the IV is 30 (0b11110/0x1E) or 31 (0b11111/0x1F).

resetes12 commented 7 months ago

Not a bad suggestion so I'll add it to the list.

You are also free to do a pull request.

delipunch commented 6 months ago

Added with 2.0