• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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.

Pokégear coordinates

  • 11
    Posts
    10
    Years
    • Seen Dec 29, 2015
    I have recently used the script SpriteResizer to adjust the resolution of the screen to 320x280. But when I entered the pokégear and open the Region Map, my cursor won't allow me to reach areas futher than this:

    h*ttp://puu.sh/8TGYX.png

    (please erase the * since I can't post the link)

    Could anyone have me with this problem?
     
  • 1,409
    Posts
    10
    Years
    • Seen today
    Probably because the coordinates in the script are still set to the old numbers, so the boarders are the same size they were at the previous resolution. You increased the size of the map, but didn't change the map coordinates to accommodate that new size. That's just my guess though.
     
  • 11
    Posts
    10
    Years
    • Seen Dec 29, 2015
    Thank you, I have figured out the problem. All we need is a little fix here in script PokemonRegionmap, line 70:

    class PokemonRegionMapScene
    LEFT = 0
    TOP = 0
    RIGHT = 40
    BOTTOM = 30
     
    Back
    Top