I have a quiestion about third generation....
Mean while generating pokemon PID and IV's, i learn about the different methods to make this, for example:
Generating 16 bits numbers i get the following
[A321], [CC32], [3421], [E443], [3444], [EFAC].... (Only for example).
Now i assign a letter to each 16 bits number: (Only for example).
[A] [C] [D] [E] [F]....
[A321], [CC32], [3421], [E443], [3444], [EFAC]....
Now for the method 1 i get this:
[PID] [PID] [IVs] [IVs] -> [A321], [CC32], [3421], [E443] -> ABCD
for the method 2 i get this:
[PID] [PID] [xxxx] [IVs] [IVs] -> [A321], [CC32], [E443], [3444] -> ABDE
and for the method 4 i get this:
[PID] [PID] [IVs] [xxxx] [IVs] -> [A321], [CC32], [3421], [3444] -> ABCE
the question is... What about all others configurations?
[ABCD][ABDC][ACBD][ACDB]
[ADBC][ADCB][BACD][BADC]
[BCAD][BCDA][BDAC][BDCA]
[CABD][CADB][CBAD][CBDA]
[CDAB][CDBA][DABC][DACB]
[DBAC][DBCA][DCAB][DCBA]