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.
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.
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! :)
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