|
Pokered Save Editor 2
Pokemon Red & Blue save file editor - Qt 6 C++/QML
|
Go to the source code of this file.
Classes | |
| class | WorldTowns |
| "Visited" flags for towns – which fly destinations are unlocked. More... | |
Variables | |
| constexpr var8 | townCount = 11 |
| Towns tracked as fly destinations. | |
| constexpr var8 | townByteCount = 2 |
| 5 bits of 16 unused | |
|
constexpr |
5 bits of 16 unused
Definition at line 24 of file worldtowns.h.
Referenced by WorldTowns::load(), and WorldTowns::save().
|
constexpr |
Towns tracked as fly destinations.
Definition at line 23 of file worldtowns.h.
Referenced by WorldTowns::load(), WorldTowns::reset(), WorldTowns::save(), and WorldTowns::townsCount().