|
Pokered Save Editor 2
Pokemon Red & Blue save file editor - Qt 6 C++/QML
|
Implementation of PokemonBox and PokemonMove – the central Pokemon record: load/save, stat computation, validity, evolution, shininess, nature, and constrained randomization. More...
#include "pokemonbox.h"#include "../../qmlownership.h"#include "../savefileexpanded.h"#include "../player/player.h"#include "../player/playerbasics.h"#include "../../savefile.h"#include "../../savefiletoolset.h"#include "../../savefileiterator.h"#include <pse-db/pokemon.h>#include <pse-db/moves.h>#include <pse-db/names.h>#include <pse-db/starterPokemon.h>#include <pse-db/types.h>#include <pse-common/random.h>#include <QtMath>#include <QQmlEngine>#include <QDebug>Go to the source code of this file.
Implementation of PokemonBox and PokemonMove – the central Pokemon record: load/save, stat computation, validity, evolution, shininess, nature, and constrained randomization.
See pokemonbox.h for the API.
Definition in file pokemonbox.cpp.