Admiral-Fish / RaidFinder

Crossplatform RNG tool for Pokemon Sword/Shield raids
GNU General Public License v3.0
179 stars 54 forks source link

Pasting seeds in 0x hex format cuts off the seed #9

Closed olliz0r closed 4 years ago

olliz0r commented 4 years ago

Copying a seed like "0xd1e5c3c462464174" and pasting it into the seed field will result in a seed value of "0D1E5C3C4624641" being pasted into the field (the x removed, the last 2 characters cut off).

It would be nice if pasting a 0x formatted seed would result in the correct seed being pasted into the field.