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.
Hi! Ever since earlier today, any time I create a custom trainer, any 4th move for their Pokémon gets erased as soon as I close the debug window. Like I re-open it the second I close it and there it is, gone, just a -. It's annoying, I mean I can still fix it by going to the PBS, but I much...
Thanks for the help still, for now I've removed the if night=day or something like that to make it so HapinessDay is virtually Hapiness, and since I'm not using day/night cycle for evolutions, it works ok. Still bugs me that Hapiness evolutions just glitched out, but you know, those things...
GameData::Evolution.register({
:id => :Happiness,
:minimum_level => 1, # Needs any level up
:level_up_proc => proc { |pkmn, parameter|
next pkmn.happiness >= (Settings::APPLY_HAPPINESS_SOFT_CAP ? 160 : 220)
}
})
That's what the Evolution in the Hardcored data section of...
I was slightly changing the pokemon PBS file to add Sketch to MoveTutors for Smeargle, but after I finished editing it, I tried playing the game and the following error came out:
[Pokémon Essentials version 20.1]
[v20.1 Hotfixes 1.0.7]
Exception: RuntimeError
Message: Undefined value in...