Skip to content

Commit

Permalink
Update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghabry committed Oct 9, 2024
1 parent e928a9e commit e17f3a1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/generated/lcf/lsd/chunks.h
Original file line number Diff line number Diff line change
Expand Up @@ -442,9 +442,9 @@ namespace LSD_Reader {
map_save_count = 0x83,
/** ? */
database_save_count = 0x84,
/** horizontal speed in the scrolls of the screen. */
/** horizontal speed in the scrolls of the screen */
maniac_horizontal_pan_speed = 0x8D,
/** vertical speed in the scrolls of the screen. */
/** vertical speed in the scrolls of the screen */
maniac_vertical_pan_speed = 0x8E
};
};
Expand Down
4 changes: 2 additions & 2 deletions src/generated/ldb_actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ static TypedField<rpg::Actor, DBBitArray> static_easyrpg_unarmed_state_set(
&rpg::Actor::easyrpg_unarmed_state_set,
LDB_Reader::ChunkActor::easyrpg_unarmed_state_set,
"easyrpg_unarmed_state_set",
1,
0,
0
);
static TypedField<rpg::Actor, int32_t> static_easyrpg_unarmed_state_chance(
Expand All @@ -321,7 +321,7 @@ static TypedField<rpg::Actor, DBBitArray> static_easyrpg_unarmed_attribute_set(
&rpg::Actor::easyrpg_unarmed_attribute_set,
LDB_Reader::ChunkActor::easyrpg_unarmed_attribute_set,
"easyrpg_unarmed_attribute_set",
1,
0,
0
);
static TypedField<rpg::Actor, bool> static_easyrpg_dual_attack(
Expand Down
4 changes: 2 additions & 2 deletions src/generated/ldb_enemy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ static TypedField<rpg::Enemy, DBBitArray> static_easyrpg_state_set(
&rpg::Enemy::easyrpg_state_set,
LDB_Reader::ChunkEnemy::easyrpg_state_set,
"easyrpg_state_set",
1,
0,
0
);
static TypedField<rpg::Enemy, int32_t> static_easyrpg_state_chance(
Expand All @@ -258,7 +258,7 @@ static TypedField<rpg::Enemy, DBBitArray> static_easyrpg_attribute_set(
&rpg::Enemy::easyrpg_attribute_set,
LDB_Reader::ChunkEnemy::easyrpg_attribute_set,
"easyrpg_attribute_set",
1,
0,
0
);
static TypedField<rpg::Enemy, bool> static_easyrpg_super_guard(
Expand Down
2 changes: 1 addition & 1 deletion src/generated/ldb_state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ static TypedField<rpg::State, DBBitArray> static_easyrpg_immune_states(
&rpg::State::easyrpg_immune_states,
LDB_Reader::ChunkState::easyrpg_immune_states,
"easyrpg_immune_states",
1,
0,
0
);

Expand Down
4 changes: 2 additions & 2 deletions src/generated/lsd_savepicture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -312,14 +312,14 @@ static TypedField<rpg::SavePicture, double> static_maniac_current_magnify_height
LSD_Reader::ChunkSavePicture::maniac_current_magnify_height,
"maniac_current_magnify_height",
0,
1
0
);
static TypedField<rpg::SavePicture, int32_t> static_maniac_finish_magnify_height(
&rpg::SavePicture::maniac_finish_magnify_height,
LSD_Reader::ChunkSavePicture::maniac_finish_magnify_height,
"maniac_finish_magnify_height",
0,
1
0
);


Expand Down

0 comments on commit e17f3a1

Please sign in to comment.