Skip to content

Commit e17f3a1

Browse files
committed
Update generated files
1 parent e928a9e commit e17f3a1

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

src/generated/lcf/lsd/chunks.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -442,9 +442,9 @@ namespace LSD_Reader {
442442
map_save_count = 0x83,
443443
/** ? */
444444
database_save_count = 0x84,
445-
/** horizontal speed in the scrolls of the screen. */
445+
/** horizontal speed in the scrolls of the screen */
446446
maniac_horizontal_pan_speed = 0x8D,
447-
/** vertical speed in the scrolls of the screen. */
447+
/** vertical speed in the scrolls of the screen */
448448
maniac_vertical_pan_speed = 0x8E
449449
};
450450
};

src/generated/ldb_actor.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ static TypedField<rpg::Actor, DBBitArray> static_easyrpg_unarmed_state_set(
301301
&rpg::Actor::easyrpg_unarmed_state_set,
302302
LDB_Reader::ChunkActor::easyrpg_unarmed_state_set,
303303
"easyrpg_unarmed_state_set",
304-
1,
304+
0,
305305
0
306306
);
307307
static TypedField<rpg::Actor, int32_t> static_easyrpg_unarmed_state_chance(
@@ -321,7 +321,7 @@ static TypedField<rpg::Actor, DBBitArray> static_easyrpg_unarmed_attribute_set(
321321
&rpg::Actor::easyrpg_unarmed_attribute_set,
322322
LDB_Reader::ChunkActor::easyrpg_unarmed_attribute_set,
323323
"easyrpg_unarmed_attribute_set",
324-
1,
324+
0,
325325
0
326326
);
327327
static TypedField<rpg::Actor, bool> static_easyrpg_dual_attack(

src/generated/ldb_enemy.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ static TypedField<rpg::Enemy, DBBitArray> static_easyrpg_state_set(
238238
&rpg::Enemy::easyrpg_state_set,
239239
LDB_Reader::ChunkEnemy::easyrpg_state_set,
240240
"easyrpg_state_set",
241-
1,
241+
0,
242242
0
243243
);
244244
static TypedField<rpg::Enemy, int32_t> static_easyrpg_state_chance(
@@ -258,7 +258,7 @@ static TypedField<rpg::Enemy, DBBitArray> static_easyrpg_attribute_set(
258258
&rpg::Enemy::easyrpg_attribute_set,
259259
LDB_Reader::ChunkEnemy::easyrpg_attribute_set,
260260
"easyrpg_attribute_set",
261-
1,
261+
0,
262262
0
263263
);
264264
static TypedField<rpg::Enemy, bool> static_easyrpg_super_guard(

src/generated/ldb_state.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ static TypedField<rpg::State, DBBitArray> static_easyrpg_immune_states(
324324
&rpg::State::easyrpg_immune_states,
325325
LDB_Reader::ChunkState::easyrpg_immune_states,
326326
"easyrpg_immune_states",
327-
1,
327+
0,
328328
0
329329
);
330330

src/generated/lsd_savepicture.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -312,14 +312,14 @@ static TypedField<rpg::SavePicture, double> static_maniac_current_magnify_height
312312
LSD_Reader::ChunkSavePicture::maniac_current_magnify_height,
313313
"maniac_current_magnify_height",
314314
0,
315-
1
315+
0
316316
);
317317
static TypedField<rpg::SavePicture, int32_t> static_maniac_finish_magnify_height(
318318
&rpg::SavePicture::maniac_finish_magnify_height,
319319
LSD_Reader::ChunkSavePicture::maniac_finish_magnify_height,
320320
"maniac_finish_magnify_height",
321321
0,
322-
1
322+
0
323323
);
324324

325325

0 commit comments

Comments
 (0)