The XD RNG behaves interestingly in quiet areas (areas in which the RNG stays still, such as the top of the Light House in Gateon Port). When generating Pokémon, it only seems to advance to certain frames.
This was starting to annoy me, so I ran a few tests. I set a seed before battling the trainer who has the Shadow Poochyena, caught Poochyena, then checked the PID. "Frame" refers to the number of advances from the seed 0xBEEFCAFE.
As you can see, PID 82644778 seemed to pop up a lot. Also, none of the Pokémon I had with me had the ability Synchronize.
This was starting to annoy me, so I ran a few tests. I set a seed before battling the trainer who has the Shadow Poochyena, caught Poochyena, then checked the PID. "Frame" refers to the number of advances from the seed 0xBEEFCAFE.
Code:
Seed: BEEFCAFE (frame 0), PID: 82644778 (frame 421)
Seed: D63CB5C9 (frame 1), PID: 82644778 (frame 421)
Seed: BF14E168 (frame 2), PID: 0257468B (frame 38)
Seed: F2FF9A8B (frame 3), PID: 82644778 (frame 421)
Seed: DBD5BB22 (frame 4), PID: 0257468B (frame 38)
Seed: DD93C901 (frame 25), PID: 8781F01F (frame 104)
Seed: 9855FB18 (frame 50), PID: 82644778 (frame 421)
Seed: 97D18479 (frame 113), PID: A6937915 (frame 252)
As you can see, PID 82644778 seemed to pop up a lot. Also, none of the Pokémon I had with me had the ability Synchronize.