13#include "lcf/ldb/reader.h"
14#include "lcf/ldb/chunks.h"
24 &rpg::BattleCommands::placement,
25 LDB_Reader::ChunkBattleCommands::placement,
31 &rpg::BattleCommands::death_handler_unused,
32 LDB_Reader::ChunkBattleCommands::death_handler_unused,
33 "death_handler_unused",
38 &rpg::BattleCommands::row,
39 LDB_Reader::ChunkBattleCommands::row,
45 &rpg::BattleCommands::battle_type,
46 LDB_Reader::ChunkBattleCommands::battle_type,
52 &rpg::BattleCommands::unused_display_normal_parameters,
53 LDB_Reader::ChunkBattleCommands::unused_display_normal_parameters,
54 "unused_display_normal_parameters",
59 &rpg::BattleCommands::commands,
60 LDB_Reader::ChunkBattleCommands::commands,
66 &rpg::BattleCommands::death_handler,
67 LDB_Reader::ChunkBattleCommands::death_handler,
73 &rpg::BattleCommands::death_event,
74 LDB_Reader::ChunkBattleCommands::death_event,
80 &rpg::BattleCommands::window_size,
81 LDB_Reader::ChunkBattleCommands::window_size,
87 &rpg::BattleCommands::transparency,
88 LDB_Reader::ChunkBattleCommands::transparency,
94 &rpg::BattleCommands::death_teleport,
95 LDB_Reader::ChunkBattleCommands::death_teleport,
101 &rpg::BattleCommands::death_teleport_id,
102 LDB_Reader::ChunkBattleCommands::death_teleport_id,
108 &rpg::BattleCommands::death_teleport_x,
109 LDB_Reader::ChunkBattleCommands::death_teleport_x,
115 &rpg::BattleCommands::death_teleport_y,
116 LDB_Reader::ChunkBattleCommands::death_teleport_y,
122 &rpg::BattleCommands::death_teleport_face,
123 LDB_Reader::ChunkBattleCommands::death_teleport_face,
124 "death_teleport_face",
129 &rpg::BattleCommands::easyrpg_default_atb_mode,
130 LDB_Reader::ChunkBattleCommands::easyrpg_default_atb_mode,
131 "easyrpg_default_atb_mode",
136 &rpg::BattleCommands::easyrpg_enable_battle_row_command,
137 LDB_Reader::ChunkBattleCommands::easyrpg_enable_battle_row_command,
138 "easyrpg_enable_battle_row_command",
143 &rpg::BattleCommands::easyrpg_sequential_order,
144 LDB_Reader::ChunkBattleCommands::easyrpg_sequential_order,
145 "easyrpg_sequential_order",
150 &rpg::BattleCommands::easyrpg_disable_row_feature,
151 LDB_Reader::ChunkBattleCommands::easyrpg_disable_row_feature,
152 "easyrpg_disable_row_feature",
161 &static_death_handler_unused,
164 &static_unused_display_normal_parameters,
166 &static_death_handler,
169 &static_transparency,
170 &static_death_teleport,
171 &static_death_teleport_id,
172 &static_death_teleport_x,
173 &static_death_teleport_y,
174 &static_death_teleport_face,
175 &static_easyrpg_default_atb_mode,
176 &static_easyrpg_enable_battle_row_command,
177 &static_easyrpg_sequential_order,
178 &static_easyrpg_disable_row_feature,