Jump to content

Shuckie legality


NormalTimes

Recommended Posts

I think instead of it being version specific as previously thought:

It's likely OT gender specific (inverted player gender)? Since player OT is never saved to the data, it means either PID encounter is not version specific.

new EncounterTradePID { Species = 213, Ability = 2, TID = 04336, SID = 00001, OTGender = 0, Gender = 0, IVs = new[] {15,20,15,20,20,20}, PID = 0x000214D7, Level = 20, Location = 130, Moves = new[]{132,117,227,219}, Version = GameVersion.HG },// Kirk's Shuckle
new EncounterTradePID { Species = 213, Ability = 2, TID = 04336, SID = 00001, OTGender = 0, Gender = 1, IVs = new[] {15,20,15,20,20,20}, PID = 0x00020003, Level = 20, Location = 130, Moves = new[]{132,117,227,219}, Version = GameVersion.SS },// Kirk's Shuckle

Try removing the Version restriction at the end, recompile, and it should work?

  • Like 1
Link to comment
Share on other sites

4 hours ago, Kaphotics said:

I think instead of it being version specific as previously thought:

It's likely OT gender specific (inverted player gender)? Since player OT is never saved to the data, it means either PID encounter is not version specific.


new EncounterTradePID { Species = 213, Ability = 2, TID = 04336, SID = 00001, OTGender = 0, Gender = 0, IVs = new[] {15,20,15,20,20,20}, PID = 0x000214D7, Level = 20, Location = 130, Moves = new[]{132,117,227,219}, Version = GameVersion.HG },// Kirk's Shuckle
new EncounterTradePID { Species = 213, Ability = 2, TID = 04336, SID = 00001, OTGender = 0, Gender = 1, IVs = new[] {15,20,15,20,20,20}, PID = 0x00020003, Level = 20, Location = 130, Moves = new[]{132,117,227,219}, Version = GameVersion.SS },// Kirk's Shuckle

Try removing the Version restriction at the end, recompile, and it should work?

I think that both Shuckies are from the same save file (just swapped between games).

I could reconfirm it tho, are there any specifics you'll like me to test?

EDIT 1
This is from SoulSilver. Male and female OT of the save obtained the same Shuckie.
(It was a Male save, but I turned it female before redeeming it.)
213 - Shuckie - C2D700020003.pk4

EDIT 2
This Shuckie is from HeartGold, both Male and Female received the same Shuckie
(Once again, was the same save as the SoulSilver save. The male was edited to female before redeeming it)
213 - Shuckie - C1D5000214D7.pk4

Link to comment
Share on other sites

5 hours ago, theSLAYER said:

I think that both Shuckies are from the same save file (just swapped between games).

I could reconfirm it tho, are there any specifics you'll like me to test?

EDIT 1
This is from SoulSilver. Male and female OT of the save obtained the same Shuckie.
(It was a Male save, but I turned it female before redeeming it.)
213 - Shuckie - C2D700020003.pk4

EDIT 2
This Shuckie is from HeartGold, both Male and Female received the same Shuckie
(Once again, was the same save as the SoulSilver save. The male was edited to female before redeeming it)
213 - Shuckie - C1D5000214D7.pk4

So what's the verdict for this topic?

Link to comment
Share on other sites

17 minutes ago, Kaphotics said:

So what's the verdict for this topic?

Based on my experience, the Shuckies are game specific, as changed the gender didn't change the Shuckie received.

I'm wondering if this was swapped when the Shuckies were redeemed on different languages.
I probably could run a test of redeeming Shuckies on other languages.

EDIT 1:
Spanish HeartGold Male and Female trainer obtain the same Shuckie, and they're legal.
213 - Caparazz - CA7C000214D7.pk4

Spanish SoulSilver Male and Female trainer obtain the same Shuckie, and PKHeX flags it as illegal.
213 - Caparazz - CB7C000214D7.pk4

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...