• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[SOLVED] [pokeemerald] How is the met location actually determined

  • 20
    Posts
    1
    Years
    I'm running into the weirdest issue.
    I have added like 5 maps or whatever and some of them will have the proper map popup and met locations.
    But some of them are how you say, tricky?
    They won't show map locations and now using VSC's search function, I can't even find where the name of the map is defined. (i.e. nowhere that says MAPSEC_EXAMPLEMAP = "Example Map")
    So how is this determined? Because the met locations function just points to the location, obviously, and this doesn't seem to have any documentation on it?
     
    I'm running into the weirdest issue.
    I have added like 5 maps or whatever and some of them will have the proper map popup and met locations.
    But some of them are how you say, tricky?
    They won't show map locations and now using VSC's search function, I can't even find where the name of the map is defined. (i.e. nowhere that says MAPSEC_EXAMPLEMAP = "Example Map")
    So how is this determined? Because the met locations function just points to the location, obviously, and this doesn't seem to have any documentation on it?
    The met locations use the same names as the region map which are found in src/data/region_map/region_map_sections.json.
    If your names aren't showing up, it's possible that their constants are too large.
     
    Back
    Top