liblcf
|
#include <lsd_chunks.h>
Public Types | |
enum | Index { title = 0x64, system = 0x65, screen = 0x66, pictures = 0x67, party_location = 0x68, boat_location = 0x69, ship_location = 0x6A, airship_location = 0x6B, actors = 0x6C, inventory = 0x6D, targets = 0x6E, map_info = 0x6F, unknown_70 = 0x70, events = 0x71, common_events = 0x72 } |
Definition at line 818 of file lsd_chunks.h.
Enumerator | |
---|---|
title | |
system | |
screen | |
pictures |
array of RPG::SavePicture |
party_location | |
boat_location | |
ship_location | |
airship_location | |
actors |
array of RPG::SaveActor |
inventory | |
targets |
array of RPG::SaveTarget |
map_info | |
unknown_70 |
? chunks? |
events | |
common_events |
array of RPG::SaveCommonEvent |
Definition at line 819 of file lsd_chunks.h.