Pokered Save Editor 2
Pokemon Red & Blue save file editor - Qt 6 C++/QML
Loading...
Searching...
No Matches
savefile.h File Reference
#include <QtCore/QObject>
#include <QtCore/qglobal.h>
#include <pse-common/types.h>
#include "savefile_autoport.h"
#include "expanded/savefileexpanded.h"
Include dependency graph for savefile.h:
This graph shows which files directly or indirectly include this file:

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

Variable Documentation

◆ SAV_DATA_SIZE

var16 SAV_DATA_SIZE {0x8000}
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().