|
Pokered Save Editor 2
Pokemon Red & Blue save file editor - Qt 6 C++/QML
|
#include <QObject>#include <QVector>#include <pse-common/types.h>#include "../../savefile_autoport.h"#include "./pokemonbox.h"Go to the source code of this file.
Classes | |
| class | PokemonStorageBox |
| Holds contents of a single Pokemon storage box. More... | |
Variables | |
| constexpr var8 | boxMaxPokemon = 20 |
| Capacity of a single PC box. | |
|
constexpr |
Capacity of a single PC box.
Definition at line 32 of file pokemonstoragebox.h.
Referenced by ItemMarketEntryGCPokemon::onCartLeft(), and PlayerPokemon::PlayerPokemon().