ff7tk
0.02
Toolkit for making FF7 Tools
|
#include <QByteArray>
Go to the source code of this file.
Variables | |
static const int | unknown_zmax = 46 |
static const int | FF7_PC_SAVE_GAME_SIZE = 0xFE55 |
static const int | FF7_PC_SAVE_GAME_HEADER = 0x09 |
static const int | FF7_PC_SAVE_GAME_FOOTER = 0x0000 |
static const int | FF7_PC_SAVE_GAME_DATA_SIZE = 0x10F4 |
static const int | FF7_PC_SAVE_GAME_SLOT_HEADER = 0x00 |
static const int | FF7_PC_SAVE_GAME_SLOT_FOOTER = 0x0000 |
static const int | FF7_PC_SAVE_GAME_SLOT_SIZE = 0x10F4 |
static const int | FF7_PC_SAVE_GAME_SLOT_NUMBER = 15 |
static const QByteArray | PC_SAVE_GAME_FILE_ID = "\x71\x73" |
static const quint8 | PC_SAVE_GAME_FILE_HEADER [0x09] = {0x71,0x73,0x27,0x06,0x00,0x00,0x00,0x00,0x00} |
static const int | FF7_PSX_SAVE_GAME_SIZE = 0x2000 |
static const int | FF7_PSX_SAVE_GAME_HEADER = 0x0000 |
static const int | FF7_PSX_SAVE_GAME_FOOTER = 0x0000 |
static const int | FF7_PSX_SAVE_GAME_DATA_SIZE = 0x10F4 |
static const int | FF7_PSX_SAVE_GAME_SLOT_HEADER = 0x0200 |
static const int | FF7_PSX_SAVE_GAME_SLOT_FOOTER = 0x0D0C |
static const int | FF7_PSX_SAVE_GAME_SLOT_SIZE = 0x2000 |
static const int | FF7_PSX_SAVE_GAME_SLOT_NUMBER = 1 |
static const QByteArray | PSX_SAVE_GAME_FILE_ID = "\x53\x43\x11\x01\x82\x65\x82\x65\x82\x56\x81\x5E\x82\x72\x82\x60" |
static const quint8 | PSX_SAVE_GAME_FILE_HEADER_S01 [0x100] |
static const quint8 | PSX_SAVE_GAME_FILE_HEADER_S02 [0x100] |
static const quint8 | PSX_SAVE_GAME_FILE_HEADER_S03 [0x100] |
static const quint8 | PSX_SAVE_GAME_FILE_HEADER_S04 [0x100] |
static const quint8 | PSX_SAVE_GAME_FILE_HEADER_S05 [0x100] |
static const quint8 | PSX_SAVE_GAME_FILE_HEADER_S06 [0x100] |
static const quint8 | PSX_SAVE_GAME_FILE_HEADER_S07 [0x100] |
static const quint8 | PSX_SAVE_GAME_FILE_HEADER_S08 [0x100] |
static const quint8 | PSX_SAVE_GAME_FILE_HEADER_S09 [0x100] |
static const quint8 | PSX_SAVE_GAME_FILE_HEADER_S10 [0x100] |
static const quint8 | PSX_SAVE_GAME_FILE_HEADER_S11 [0x100] |
static const quint8 | PSX_SAVE_GAME_FILE_HEADER_S12 [0x100] |
static const quint8 | PSX_SAVE_GAME_FILE_HEADER_S13 [0x100] |
static const quint8 | PSX_SAVE_GAME_FILE_HEADER_S14 [0x100] |
static const quint8 | PSX_SAVE_GAME_FILE_HEADER_S15 [0x100] |
static const int | FF7_PSV_SAVE_GAME_SIZE = 0x2084 |
static const int | FF7_PSV_SAVE_GAME_HEADER = 0x0084 |
static const int | FF7_PSV_SAVE_GAME_FOOTER = 0x0000 |
static const int | FF7_PSV_SAVE_GAME_DATA_SIZE = 0x10F4 |
static const int | FF7_PSV_SAVE_GAME_SLOT_HEADER = 0x0200 |
static const int | FF7_PSV_SAVE_GAME_SLOT_FOOTER = 0x0D0C |
static const int | FF7_PSV_SAVE_GAME_SLOT_SIZE = 0x2000 |
static const int | FF7_PSV_SAVE_GAME_SLOT_NUMBER = 1 |
static const QByteArray | PSV_SAVE_GAME_FILE_ID = "\x00\x56\x53\x50" |
static const int | FF7_MC_SAVE_GAME_SIZE = 0x20000 |
static const int | FF7_MC_SAVE_GAME_HEADER = 0x2000 |
static const int | FF7_MC_SAVE_GAME_FOOTER = 0x0000 |
static const int | FF7_MC_SAVE_GAME_DATA_SIZE = 0x10F4 |
static const int | FF7_MC_SAVE_GAME_SLOT_HEADER = 0x0200 |
static const int | FF7_MC_SAVE_GAME_SLOT_FOOTER = 0x0D0C |
static const int | FF7_MC_SAVE_GAME_SLOT_SIZE = 0x2000 |
static const int | FF7_MC_SAVE_GAME_SLOT_NUMBER = 15 |
static const QByteArray | MC_SAVE_GAME_FILE_ID = "\x4D\x43" |
static const int | FF7_PSP_SAVE_GAME_SIZE = 0x20080 |
static const int | FF7_PSP_SAVE_GAME_HEADER = 0x2080 |
static const int | FF7_PSP_SAVE_GAME_FOOTER = 0x0000 |
static const int | FF7_PSP_SAVE_GAME_DATA_SIZE = 0x10F4 |
static const int | FF7_PSP_SAVE_GAME_SLOT_HEADER = 0x0200 |
static const int | FF7_PSP_SAVE_GAME_SLOT_FOOTER = 0x0D0C |
static const int | FF7_PSP_SAVE_GAME_SLOT_SIZE = 0x2000 |
static const int | FF7_PSP_SAVE_GAME_SLOT_NUMBER = 15 |
static const QByteArray | PSP_SAVE_GAME_FILE_ID = "\x00\x50\x4D\x56" |
static const int | FF7_VGS_SAVE_GAME_SIZE = 0x20040 |
static const int | FF7_VGS_SAVE_GAME_HEADER = 0x2040 |
static const int | FF7_VGS_SAVE_GAME_FOOTER = 0x0000 |
static const int | FF7_VGS_SAVE_GAME_DATA_SIZE = 0x10F4 |
static const int | FF7_VGS_SAVE_GAME_SLOT_HEADER = 0x0200 |
static const int | FF7_VGS_SAVE_GAME_SLOT_FOOTER = 0x0D0C |
static const int | FF7_VGS_SAVE_GAME_SLOT_SIZE = 0x2000 |
static const int | FF7_VGS_SAVE_GAME_SLOT_NUMBER = 15 |
static const QByteArray | VGS_SAVE_GAME_FILE_ID = "\x56\x67\x73\x4D" |
static const int | FF7_DEX_SAVE_GAME_SIZE = 0x20F40 |
static const int | FF7_DEX_SAVE_GAME_HEADER = 0x2F40 |
static const int | FF7_DEX_SAVE_GAME_FOOTER = 0x0000 |
static const int | FF7_DEX_SAVE_GAME_DATA_SIZE = 0x10F4 |
static const int | FF7_DEX_SAVE_GAME_SLOT_HEADER = 0x0200 |
static const int | FF7_DEX_SAVE_GAME_SLOT_FOOTER = 0x0D0C |
static const int | FF7_DEX_SAVE_GAME_SLOT_SIZE = 0x2000 |
static const int | FF7_DEX_SAVE_GAME_SLOT_NUMBER = 15 |
static const QByteArray | DEX_SAVE_GAME_FILE_ID = "\x31\x32\x33\x2D\x34\x35\x36\x2D\x53\x54\x44" |
static const quint8 | default_save [0x10F4] |
|
static |
Definition at line 264 of file FF7Save_Const.h.
Referenced by FF7Save::FF7Save(), FF7Save::newGame(), and FF7Save::newGamePlus().
|
static |
Definition at line 262 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), and FF7Save::loadFile().
|
static |
Definition at line 257 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 256 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 255 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), and FF7Save::setType().
|
static |
Definition at line 254 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), FF7Save::loadFile(), and FF7Save::setType().
|
static |
Definition at line 259 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 258 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), and FF7Save::setType().
|
static |
Definition at line 261 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 260 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), and FF7Save::setType().
|
static |
Definition at line 227 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 226 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 225 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), and FF7Save::setType().
|
static |
Definition at line 224 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), FF7Save::loadFile(), and FF7Save::setType().
|
static |
Definition at line 229 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 228 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), and FF7Save::setType().
|
static |
Definition at line 231 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 230 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), and FF7Save::setType().
|
static |
Definition at line 26 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 25 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 24 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), and FF7Save::setType().
|
static |
Definition at line 23 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), FF7Save::loadFile(), and FF7Save::setType().
|
static |
Definition at line 28 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), and FF7Save::setType().
|
static |
Definition at line 27 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), and FF7Save::setType().
|
static |
Definition at line 30 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 29 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), and FF7Save::setType().
|
static |
Definition at line 237 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 236 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 235 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), and FF7Save::setType().
|
static |
Definition at line 234 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), FF7Save::loadFile(), and FF7Save::setType().
|
static |
Definition at line 239 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 238 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), and FF7Save::setType().
|
static |
Definition at line 241 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 240 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), and FF7Save::setType().
|
static |
Definition at line 216 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 215 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 214 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), and FF7Save::setType().
|
static |
Definition at line 213 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), FF7Save::loadFile(), and FF7Save::setType().
|
static |
Definition at line 218 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 217 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), and FF7Save::setType().
|
static |
Definition at line 220 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 219 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 38 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 37 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 36 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 35 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), FF7Save::loadFile(), FF7Save::psx_block_size(), and FF7Save::setType().
|
static |
Definition at line 40 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 39 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), and FF7Save::setType().
|
static |
Definition at line 42 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 41 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 247 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 246 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 245 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), and FF7Save::setType().
|
static |
Definition at line 244 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), FF7Save::loadFile(), and FF7Save::setType().
|
static |
Definition at line 249 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 248 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), and FF7Save::setType().
|
static |
Definition at line 251 of file FF7Save_Const.h.
Referenced by FF7Save::setType().
|
static |
Definition at line 250 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), and FF7Save::setType().
|
static |
Definition at line 232 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), and FF7Save::loadFile().
|
static |
Definition at line 32 of file FF7Save_Const.h.
Referenced by FF7Save::exportPC().
|
static |
Definition at line 31 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), and FF7Save::loadFile().
|
static |
Definition at line 242 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), and FF7Save::loadFile().
|
static |
Definition at line 221 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), and FF7Save::loadFile().
|
static |
Definition at line 48 of file FF7Save_Const.h.
Referenced by FF7Save::exportPSX(), and FF7Save::fix_vmc_header().
|
static |
Definition at line 59 of file FF7Save_Const.h.
Referenced by FF7Save::exportPSX(), and FF7Save::fix_vmc_header().
|
static |
Definition at line 70 of file FF7Save_Const.h.
Referenced by FF7Save::exportPSX(), and FF7Save::fix_vmc_header().
|
static |
Definition at line 81 of file FF7Save_Const.h.
Referenced by FF7Save::exportPSX(), and FF7Save::fix_vmc_header().
|
static |
Definition at line 92 of file FF7Save_Const.h.
Referenced by FF7Save::exportPSX(), and FF7Save::fix_vmc_header().
|
static |
Definition at line 103 of file FF7Save_Const.h.
Referenced by FF7Save::exportPSX(), and FF7Save::fix_vmc_header().
|
static |
Definition at line 114 of file FF7Save_Const.h.
Referenced by FF7Save::exportPSX(), and FF7Save::fix_vmc_header().
|
static |
Definition at line 125 of file FF7Save_Const.h.
Referenced by FF7Save::exportPSX(), and FF7Save::fix_vmc_header().
|
static |
Definition at line 136 of file FF7Save_Const.h.
Referenced by FF7Save::exportPSX(), and FF7Save::fix_vmc_header().
|
static |
Definition at line 147 of file FF7Save_Const.h.
Referenced by FF7Save::exportPSX(), and FF7Save::fix_vmc_header().
|
static |
Definition at line 158 of file FF7Save_Const.h.
Referenced by FF7Save::exportPSX(), and FF7Save::fix_vmc_header().
|
static |
Definition at line 169 of file FF7Save_Const.h.
Referenced by FF7Save::exportPSX(), and FF7Save::fix_vmc_header().
|
static |
Definition at line 180 of file FF7Save_Const.h.
Referenced by FF7Save::exportPSX(), and FF7Save::fix_vmc_header().
|
static |
Definition at line 191 of file FF7Save_Const.h.
Referenced by FF7Save::exportPSX(), and FF7Save::fix_vmc_header().
|
static |
Definition at line 202 of file FF7Save_Const.h.
Referenced by FF7Save::exportPSX(), and FF7Save::fix_vmc_header().
|
static |
Definition at line 43 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot().
|
static |
Definition at line 21 of file FF7Save_Const.h.
|
static |
Definition at line 252 of file FF7Save_Const.h.
Referenced by FF7Save::importSlot(), and FF7Save::loadFile().