|
Pokered Save Editor 2
Pokemon Red & Blue save file editor - Qt 6 C++/QML
|
#include <QObject>#include <pse-common/types.h>#include "../savefile_autoport.h"#include "./fragments/itemstoragebox.h"#include "./player/playerbasics.h"#include "./fragments/pokemonstoragebox.h"Go to the source code of this file.
Classes | |
| class | Storage |
| The PC: the item storage box and all 12 Pokemon boxes. More... | |
Variables | |
| constexpr var8 | maxPokemonStorageSets = 2 |
| PC Pokemon-box banks (2 sets). | |
| constexpr var8 | maxPokemonBoxes = maxPokemonStorageSets * 6 |
| Total PC boxes (12). | |
|
constexpr |
Total PC boxes (12).
Definition at line 35 of file storage.h.
Referenced by Storage::boxCount(), PlayerBasics::getNonTradeMons(), and ItemMarketEntryGCPokemon::onCartLeft().
|
constexpr |
PC Pokemon-box banks (2 sets).
Definition at line 34 of file storage.h.
Referenced by Storage::randomizePokemon(), Storage::reset(), Storage::Storage(), and Storage::~Storage().