Lincoln-LM / pla-reverse-gui

PySide6-based GUI for Seed Cracking and RNG w/o CFW assistance in Pokemon: Legends Arceus
GNU General Public License v3.0
14 stars 4 forks source link

Forced gender Basculin-2 are not accounted for properly #8

Closed Lincoln-LM closed 10 months ago

Lincoln-LM commented 1 year ago

Basculin-2 spawners are the only ones in the game that force gender. Currently, this is entirely unaccounted for in the npp module and causes Basculin-2 results to be incorrect as the gender rand should not happen.

masterhand789 commented 1 year ago

I pulled this branch to make the changes you did but both my attempts at getting a Female Basculin seed ended in "0000000000000000 | 0" as the resulting "seed" in both the original version of pla-reverse-gui and the modified one. It's doing something, the number of expected seeds is larger and the process is taking longer, but no seed. I had this problem with one of my Hisuian Growlithe seed search attempts as well, but several others of those went fine. Is this my fault?What's happening?

EDIT: I got an actual seed from the west-most of the three Female Basculin nodes, even though the other two nodes gave me zeros. So I guess...it kind of works? I'd like to know what the zeros come from, though.