Pokered Save Editor 2
Pokemon Red & Blue save file editor - Qt 6 C++/QML
Loading...
Searching...
No Matches
storage.h File Reference
Include dependency graph for storage.h:
This graph shows which files directly or indirectly include this file:

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).

Variable Documentation

◆ maxPokemonBoxes

var8 maxPokemonBoxes = maxPokemonStorageSets * 6
constexpr

Total PC boxes (12).

Definition at line 35 of file storage.h.

Referenced by Storage::boxCount(), PlayerBasics::getNonTradeMons(), and ItemMarketEntryGCPokemon::onCartLeft().

◆ maxPokemonStorageSets

var8 maxPokemonStorageSets = 2
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().