|
Pokered Save Editor 2
Pokemon Red & Blue save file editor - Qt 6 C++/QML
|
#include <QObject>#include <QVector>#include <pse-common/types.h>#include "../fragments/pokemonstoragebox.h"#include "../fragments/pokemonparty.h"#include "../../savefile_autoport.h"Go to the source code of this file.
Classes | |
| class | PlayerPokemon |
| The player's active party – a specialized PokemonStorageBox. More... | |
Variables | |
| constexpr var8 | maxParty = 6 |
| Maximum Pokemon in the active party. | |
|
constexpr |
Maximum Pokemon in the active party.
Definition at line 28 of file playerpokemon.h.