|
Pokered Save Editor 2
Pokemon Red & Blue save file editor - Qt 6 C++/QML
|
#include <QtCore/QObject>#include <QtCore/qglobal.h>#include <pse-common/types.h>#include "savefile_autoport.h"#include "expanded/savefileexpanded.h"Go to the source code of this file.
Classes | |
| class | SaveFile |
| One loaded save: the raw 32 KB bytes, their expanded object tree, and the tools that move between them. More... | |
Variables | |
| constexpr var16 | SAV_DATA_SIZE {0x8000} |
| Size of a Gen 1 save in bytes (32 KB). | |
|
constexpr |
Size of a Gen 1 save in bytes (32 KB).
Definition at line 29 of file savefile.h.
Referenced by SaveFile::resetData(), SaveFile::SaveFile(), and SaveFile::setData().