|
Pokered Save Editor 2
Pokemon Red & Blue save file editor - Qt 6 C++/QML
|
Go to the source code of this file.
Classes | |
| class | WorldHidden |
| "Already collected" flags for hidden items and hidden Game Corner coins. More... | |
Variables | |
| constexpr var8 | hiddenItemCount = 54 |
| Hidden-item collected flags actually used. | |
| constexpr var8 | hiddenCoinCount = 12 |
| Hidden-coin collected flags actually used. | |
| constexpr var8 | hiddenItemByteCount = 7 |
| 2 Bits of 56 unused | |
| constexpr var8 | hiddenCoinByteCount = 2 |
| 4 Bits of 16 unused | |
|
constexpr |
4 Bits of 16 unused
Definition at line 29 of file worldhidden.h.
Referenced by WorldHidden::load(), and WorldHidden::save().
|
constexpr |
Hidden-coin collected flags actually used.
Definition at line 27 of file worldhidden.h.
Referenced by WorldHidden::hCoinsCount(), WorldHidden::load(), WorldHidden::reset(), and WorldHidden::save().
|
constexpr |
2 Bits of 56 unused
Definition at line 28 of file worldhidden.h.
Referenced by WorldHidden::load(), and WorldHidden::save().
|
constexpr |
Hidden-item collected flags actually used.
Definition at line 26 of file worldhidden.h.
Referenced by WorldHidden::hItemsCount(), WorldHidden::load(), WorldHidden::reset(), and WorldHidden::save().