Jump to content

[BUG] Met Location


Davil

Recommended Posts

image.png.5b3402a2d73271b6bbd3713a608c2c3d.png

image.png.9171ced9fffcb45fc51cf84f79158a85.png

Melemele (Akala)  --->  Melemele    194

--------------             --->  Akala           195

Ula’ula (Poni)        --->  Ula’ula         196

--------------             --->  Poni             197

Link to comment
Share on other sites

58 minutes ago, Kaphotics said:

The odd-# location IDs don't exist naturally in-game. They serve as a sub-location identifier; PKHeX combines the two to yield the most accurate location.

as egg pokemon met location "Melemele (Akala)" is legal......

Link to comment
Share on other sites

So those two (well, 4) met locations are not legally obtainable?

internal static readonly HashSet<int> ValidMet_USUM = new HashSet<int>(ValidMet_SM)
{
    194, 196, 198,
    200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232,
};

Can remove 194 and 196 if that's the fix that is necessary.

image.png

Possible that they're unused individualized locations... might not even be worth programming in edge case handling to not merge them.

Link to comment
Share on other sites

34 minutes ago, Kaphotics said:

So those two (well, 4) met locations are not legally obtainable?


internal static readonly HashSet<int> ValidMet_USUM = new HashSet<int>(ValidMet_SM)
{
    194, 196, 198,
    200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232,
};

Can remove 194 and 196 if that's the fix that is necessary.

image.png

Possible that they're unused individualized locations... might not even be worth programming in edge case handling to not merge them.

Those location IDs don't exist naturally in-game.

But,in PKHeX,as egg pokemon met location "Melemele (Akala)" is legal......

BUG?

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...