• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Akari, Selene, Mint, Solana - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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] Postitioning of the IV's/EV's

  • 6
    Posts
    8
    Years
    Hello,

    I have a little problem with this IV/EV script from the wiki
    It doesnt show them in the correct spot. Also I only have 5 tabs instead of 6


    https://i.imgur.com/TvQr00F.png

    Thats in my PScreen_Summary
    Spoiler:


    I dont get any error messages. so I think Ive edited everything else right. Im start learning Java and you have to put in the x and y coordinates for a text and I hope the same thing is in Ruby :D so if any1 could tell me where it says x and y then i can edit it ^^ i didnt know where to post it sry if its in the wrong sub forum ^^

    Script from:

    https://pokemonessentials.wikia.com/wiki/Tutorial:View_IV/EV_on_Pokemon_Summary


    greetings,
    crispybutt
     
    Last edited:
    If we take as example the "Defense"-line:

    Code:
    [_INTL("Defense"),358,172,0,base,statshadows[1]],
    After the "[_INTL("Defense")" you see two numbers (358 and 172). The first is the x-coordinate, the second is the y-coordinate. If you want to reposition the text, you have to edit these two numbers.

    thank you :3
     
    Back
    Top