Ok, here's the plan (Not guaranteed to be a Woobat, but I can assure the IVs if we pull this off correctly)
We have Frame 8. Since we're RNGing for IVs are Starting Frame is 1. This magical equation from the PRNG thread tells us...
(Target Frame) – (Initial Frame) – (Starting Frame) + 1 = Advances Required
Our Target Frame is 8, so after some simple math.
8 (Target) - 1 (Initial) - (1 Starting) + 1 = 7 Advances required.
The best way I can think of advancing the frame 7 times without messing with the PC is to walk 128 *7 steps with 1 Pokémon in our party. Either that, or search for a different seed.
We have Frame 8. Since we're RNGing for IVs are Starting Frame is 1. This magical equation from the PRNG thread tells us...
(Target Frame) – (Initial Frame) – (Starting Frame) + 1 = Advances Required
Our Target Frame is 8, so after some simple math.
8 (Target) - 1 (Initial) - (1 Starting) + 1 = 7 Advances required.
The best way I can think of advancing the frame 7 times without messing with the PC is to walk 128 *7 steps with 1 Pokémon in our party. Either that, or search for a different seed.