liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
lmt_chunks.h
Go to the documentation of this file.
1 /* !!!! GENERATED FILE - DO NOT EDIT !!!! */
2 
3 /*
4  * Copyright (c) 2014 liblcf authors
5  * This file is released under the MIT License
6  * http://opensource.org/licenses/MIT
7  */
8 
9 #ifndef LCF_LMT_CHUNKS_H
10 #define LCF_LMT_CHUNKS_H
11 
15 namespace LMT_Reader {
16  struct ChunkEncounter {
17  enum Index {
19  troop_id = 0x01
20  };
21  };
22  struct ChunkMapInfo {
23  enum Index {
25  name = 0x01,
27  parent_map = 0x02,
29  indentation = 0x03,
31  type = 0x04,
33  scrollbar_x = 0x05,
35  scrollbar_y = 0x06,
37  expanded_node = 0x07,
39  music_type = 0x0B,
41  music = 0x0C,
47  teleport = 0x1F,
49  escape = 0x20,
51  save = 0x21,
53  encounters = 0x29,
57  area_rect = 0x33
58  };
59  };
60  struct ChunkStart {
61  enum Index {
63  party_map_id = 0x01,
65  party_x = 0x02,
67  party_y = 0x03,
69  boat_map_id = 0x0B,
71  boat_x = 0x0C,
73  boat_y = 0x0D,
75  ship_map_id = 0x15,
77  ship_x = 0x16,
79  ship_y = 0x17,
83  airship_x = 0x20,
85  airship_y = 0x21
86  };
87  };
88 }
89 
90 #endif