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

How to change max hp stat?

PiT

  • 10
    Posts
    20
    Years
    • Seen Oct 28, 2016
    Hello i have question how to change pokemon max HP stat?
    limit is 255 and pokemon in 100lvl have only 631 HP ;/
    I want to add a new species Collosus Pokemon which will have more than 1000 HP
    Thx in advance! :)
     
    Last edited:
    Yes im know, but when im enter more than 255 stat, game that no read this correctly and Pokemon is still have 631 HP ;/ No matter i enter 500 or more.
    i Check scripts I found nothing otherwise:
    begin
    class PBStats
    HP = 0
    ATTACK = 1
    DEFENSE = 2
    SPEED = 3
    SPATK = 4
    SPDEF = 5
    ACCURACY = 6
    EVASION = 7
    end
    rescue Exception
    if $!.is_a?(SystemExit) || "#{$!.class}"=="Reset"
    raise $!
    else
    end
    end

    sorry for my english!
     
    Back
    Top