Maruno17 / pokemon-essentials

A heavily modified RPG Maker XP game project that makes the game play like a Pokémon game. Not a full project in itself; this repo is to be added into an existing RMXP game project.
Other
208 stars 398 forks source link

Give Nicknames #142

Closed Nathan-MV closed 2 years ago

Nathan-MV commented 2 years ago

Give Nicknames is a new Option in SWSH and BDSP, you can choose whether you wish to give a nickname to a Pokémon when you catch/receive with the choices "Give/Don't give" in Options.

Maruno17 commented 2 years ago

$PokemonSystem.givenicknames will be nil if using an older save file. Ideally there should be a save file conversion that sets this value to 0 if it is nil, to ensure it has a valid value.

Nathan-MV commented 2 years ago

Done.