So I put a female nidoran and a male nidoran into the daycare, and I inputted the following information into the calculator. I was aiming for the C812641E PID, and according to the script, that is what I hit, but the egg hatched as female. Anyone have any ideas as to where I went wrong?
#Where did I mess up RNG breeding a Nidoran Male in emerald?
1 messages · Page 1 of 1 (latest)
nidoran species in gen 3 is based on the pid
#ask-questions-here message
since the last four digits of your pid starts with a 6, it is < 0x8000 but nidoran m is generated when it is > 0x8000
so this should be male then?
should be, yeah
alright cool, thanks