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.
Hey there mr. Genius.
Here's a list in the future so you don't have to ask again regarding the f letter.
https://bulbapedia.bulbagarden.net/wiki/List_of_Pok%C3%A9mon_with_gender_differences
Rather use something like
random=value1+(value2-value1+1) where value2 is the higher number.
This would get the values between x and y rather than 25 and 31
Hey there, yes there was an issue at the start, which has been fixed now.
You actually do not get to save in the demo as it is meant to showcase, which is why there's an abundance of items.
Introduction
One day earlier this year I got tired of the standard fangame. Every "new" game is trying to be the next "Uranium/Insurgence/Reborn" etc. The thing is though, you don't make great new games by copying what others have done in the past. If every fangame is just another copy of X...
Protean: Insert in PokeBattle_Move between 548-549
if attacker.hasWorkingAbility(:PROTEAN) && !attacker.pbHasType?(type)
attacker.type1=@type
attacker.type2=@type
@battle.pbDisplayPaused(_INTL("{1} changed into {2} type!",attacker.name,PBTypes.getName(@type)))
end