liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
lmu_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_LMU_CHUNKS_H
10 #define LCF_LMU_CHUNKS_H
11 
15 namespace LMU_Reader {
17  enum Index {
19  flags = 0x01,
21  switch_a_id = 0x02,
23  switch_b_id = 0x03,
25  variable_id = 0x04,
29  item_id = 0x06,
31  actor_id = 0x07,
33  timer_sec = 0x08,
35  timer2_sec = 0x09,
38  };
39  };
40  struct ChunkMoveRoute {
41  enum Index {
45  move_commands = 0x0C,
47  repeat = 0x15,
49  skippable = 0x16
50  };
51  };
52  struct ChunkEventPage {
53  enum Index {
55  condition = 0x02,
65  translucent = 0x19,
67  move_type = 0x1F,
71  trigger = 0x21,
73  layer = 0x22,
79  move_speed = 0x25,
81  move_route = 0x29,
86  };
87  };
88  struct ChunkEvent {
89  enum Index {
91  name = 0x01,
93  x = 0x02,
95  y = 0x03,
97  pages = 0x05
98  };
99  };
100  struct ChunkMap {
101  enum Index {
103  chipset_id = 0x01,
105  width = 0x02,
107  height = 0x03,
109  scroll_type = 0x0B,
121  parallax_sx = 0x24,
125  parallax_sy = 0x26,
131  top_level = 0x2A,
151  generator_x = 0x3C,
153  generator_y = 0x3D,
157  lower_layer = 0x47,
159  upper_layer = 0x48,
161  events = 0x51,
163  save_count = 0x5B
164  };
165  };
166 }
167 
168 #endif