@Deoxyz - here is the "Normal Mew" from PCNY website itself:
https://web.archive.org/web/20021011204306/http://www.pokemon.com/events/events4.asp
Some information about the RNG and inner workings of the software:
Gen 2 and Gen 3 uses roughly the same method. The RNG is a modified version of...
I fixed the repl that checks zigzagoons
No other events were affected.
Still, there are only 145 unique zigzagoons. Don't need 14 boxes ;)
I attached all unique zigzagoons from that SAV file.
If the pokemon were in fact generated directly, then it is possible I simply have a bad implementation of the algorithm. Here is the algorithm as I understand it from Bond697.
seed = 0 -> 0xFF
pid = (randA() << 0x10) | randB()
pid = pid & 0xFFFF0000
pid |= (pid >> 0x10) ^ tid ^ sid
pid &= ~0x7...
I went ahead and removed the hacked pokemon from the main sav file. I did not check Ageto Celebi or Wishmaker Jirachi because they are easy to generate. I also didn't have time to check the box of space c deoxys yet. Here is a list of what was removed and why.
Articuno - 10 ANIV - 70356F68 -...