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

[Scripting Question] Re-positioning Dex vales

Pokeminer20

PDM20, Coder of Chaos!
  • 409
    Posts
    11
    Years
    I've made a lot of changes to my copy of essentials. and everything is working mechanically, but I'm having trouble with the position of these values. My current code for the pokedex is as followed
    Spoiler:
    and this is the current window size I have.
    [PokeCommunity.com] Re-positioning Dex vales


    using my image editing software, this is what I want it to look like
    [PokeCommunity.com] Re-positioning Dex vales

    however, the code is messing with me, and no modifications I make to the script nor my attempts to locate their draw points have helped.
     
    Last edited:
    I also had some trouble doing the same in my game when I changed resolution to widescreen ones but in the end. I solved it
     
    I also had some trouble doing the same in my game when I changed resolution to widescreen ones but in the end. I solved it

    saying "in widescreen" could imply you went to the option menu and changing the size from there, I've changed the default resolution. also, saying you 'solved it' doesn't help fix my problem, without further explaing
     
    I can't help you very much now. When I mean I solved it, I mean for my tests I did in the past months, not for help
     
    Last edited:
    Find this line on PScreen_PokedexMain:
    Code:
    @sprites["pokedex"] = Window_Pokedex.new(206,30,276,364,viewport)
    and change the numbers to what better suits you.
     
    Back
    Top