• 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] Porymap - Region Map Layout Size

  • 4
    Posts
    344
    Days
    • Seen yesterday
    Hi everyone

    I'm making this thread because I've been having trouble uploading my own map to the game for the last two days. I've finally managed to incorporate my own tilemap and map palette.
    I'm trying to make an updated and complete tutorial on how to import a new region map into Pokemon Emerald... But.

    I've got a big problem now. As you can see from the screenshots, my map is a bit longer than expected. [PokeCommunity.com] [SOLVED] Porymap - Region Map Layout Size

    Porymap offers to enlarge or shrink the Map Layout, but it doesn't work.

    When I enlarge the Y axis, I get these errors:
    [PokeCommunity.com] [SOLVED] Porymap - Region Map Layout Size
    [PokeCommunity.com] [SOLVED] Porymap - Region Map Layout Size

    When I shrink the X axis, the game build, works, but when you go beyond the layout 'zone' (on the right), this happens: (the screen will speak better than me).
    [PokeCommunity.com] [SOLVED] Porymap - Region Map Layout Size

    So my question is simple:

    Is there a way to fix this? For example, do I have to wade through the code somewhere to 'update' routines or values to reflect my changes?
    Have I forgotten a particular step?

    How does this work?

    Thanks in advance.
     
    Hi everyone

    I'm making this thread because I've been having trouble uploading my own map to the game for the last two days. I've finally managed to incorporate my own tilemap and map palette.
    I'm trying to make an updated and complete tutorial on how to import a new region map into Pokemon Emerald... But.

    I've got a big problem now. As you can see from the screenshots, my map is a bit longer than expected. View attachment 159996

    Porymap offers to enlarge or shrink the Map Layout, but it doesn't work.

    When I enlarge the Y axis, I get these errors:
    View attachment 159998
    View attachment 159997

    When I shrink the X axis, the game build, works, but when you go beyond the layout 'zone' (on the right), this happens: (the screen will speak better than me).
    View attachment 159999

    So my question is simple:

    Is there a way to fix this? For example, do I have to wade through the code somewhere to 'update' routines or values to reflect my changes?
    Have I forgotten a particular step?

    How does this work?

    Thanks in advance.
    The error should tell you that the array sRegionMap_MapSectionLayout is set to be a specific size. Those size constants are defined in src/region_map.c.
     
    Back
    Top