@@ -424,6 +424,76 @@ static TypedField<rpg::SaveSystem, std::vector<DBString>> static_maniac_strings(
424424 0 ,
425425 0
426426);
427+ static TypedField<rpg::SaveSystem, int32_t > static_maniac_message_window_width (
428+ &rpg::SaveSystem::maniac_message_window_width,
429+ LSD_Reader::ChunkSaveSystem::maniac_message_window_width,
430+ " maniac_message_window_width" ,
431+ 0 ,
432+ 0
433+ );
434+ static TypedField<rpg::SaveSystem, int32_t > static_maniac_message_window_height (
435+ &rpg::SaveSystem::maniac_message_window_height,
436+ LSD_Reader::ChunkSaveSystem::maniac_message_window_height,
437+ " maniac_message_window_height" ,
438+ 0 ,
439+ 0
440+ );
441+ static TypedField<rpg::SaveSystem, DBString> static_maniac_message_font_name (
442+ &rpg::SaveSystem::maniac_message_font_name,
443+ LSD_Reader::ChunkSaveSystem::maniac_message_font_name,
444+ " maniac_message_font_name" ,
445+ 0 ,
446+ 0
447+ );
448+ static TypedField<rpg::SaveSystem, int32_t > static_maniac_message_font_size (
449+ &rpg::SaveSystem::maniac_message_font_size,
450+ LSD_Reader::ChunkSaveSystem::maniac_message_font_size,
451+ " maniac_message_font_size" ,
452+ 0 ,
453+ 0
454+ );
455+ static TypedField<rpg::SaveSystem, rpg::SaveSystem::ManiacMessageHookTarget_Flags> static_maniac_message_hook_target (
456+ &rpg::SaveSystem::maniac_message_hook_target,
457+ LSD_Reader::ChunkSaveSystem::maniac_message_hook_target,
458+ " maniac_message_hook_target" ,
459+ 0 ,
460+ 0
461+ );
462+ static TypedField<rpg::SaveSystem, int32_t > static_maniac_message_hook_common_event_id (
463+ &rpg::SaveSystem::maniac_message_hook_common_event_id,
464+ LSD_Reader::ChunkSaveSystem::maniac_message_hook_common_event_id,
465+ " maniac_message_hook_common_event_id" ,
466+ 0 ,
467+ 0
468+ );
469+ static TypedField<rpg::SaveSystem, int32_t > static_maniac_message_hook_callback_system_variable (
470+ &rpg::SaveSystem::maniac_message_hook_callback_system_variable,
471+ LSD_Reader::ChunkSaveSystem::maniac_message_hook_callback_system_variable,
472+ " maniac_message_hook_callback_system_variable" ,
473+ 0 ,
474+ 0
475+ );
476+ static TypedField<rpg::SaveSystem, int32_t > static_maniac_message_hook_callback_system_string_variable (
477+ &rpg::SaveSystem::maniac_message_hook_callback_system_string_variable,
478+ LSD_Reader::ChunkSaveSystem::maniac_message_hook_callback_system_string_variable,
479+ " maniac_message_hook_callback_system_string_variable" ,
480+ 0 ,
481+ 0
482+ );
483+ static TypedField<rpg::SaveSystem, int32_t > static_maniac_message_hook_callback_user_variable (
484+ &rpg::SaveSystem::maniac_message_hook_callback_user_variable,
485+ LSD_Reader::ChunkSaveSystem::maniac_message_hook_callback_user_variable,
486+ " maniac_message_hook_callback_user_variable" ,
487+ 0 ,
488+ 0
489+ );
490+ static TypedField<rpg::SaveSystem, int32_t > static_maniac_message_hook_callback_user_string_variable (
491+ &rpg::SaveSystem::maniac_message_hook_callback_user_string_variable,
492+ LSD_Reader::ChunkSaveSystem::maniac_message_hook_callback_user_string_variable,
493+ " maniac_message_hook_callback_user_string_variable" ,
494+ 0 ,
495+ 0
496+ );
427497static TypedField<rpg::SaveSystem, int32_t > static_maniac_frameskip (
428498 &rpg::SaveSystem::maniac_frameskip,
429499 LSD_Reader::ChunkSaveSystem::maniac_frameskip,
@@ -452,6 +522,20 @@ static TypedField<rpg::SaveSystem, std::vector<uint8_t>> static_maniac_joypad_bi
452522 0 ,
453523 0
454524);
525+ static TypedField<rpg::SaveSystem, int32_t > static_maniac_message_spacing_char (
526+ &rpg::SaveSystem::maniac_message_spacing_char,
527+ LSD_Reader::ChunkSaveSystem::maniac_message_spacing_char,
528+ " maniac_message_spacing_char" ,
529+ 0 ,
530+ 0
531+ );
532+ static TypedField<rpg::SaveSystem, int32_t > static_maniac_message_spacing_line (
533+ &rpg::SaveSystem::maniac_message_spacing_line,
534+ LSD_Reader::ChunkSaveSystem::maniac_message_spacing_line,
535+ " maniac_message_spacing_line" ,
536+ 0 ,
537+ 0
538+ );
455539
456540
457541template <>
@@ -514,10 +598,22 @@ Field<rpg::SaveSystem> const* Struct<rpg::SaveSystem>::fields[] = {
514598 &static_save_slot,
515599 &static_atb_mode,
516600 &static_maniac_strings,
601+ &static_maniac_message_window_width,
602+ &static_maniac_message_window_height,
603+ &static_maniac_message_font_name,
604+ &static_maniac_message_font_size,
605+ &static_maniac_message_hook_target,
606+ &static_maniac_message_hook_common_event_id,
607+ &static_maniac_message_hook_callback_system_variable,
608+ &static_maniac_message_hook_callback_system_string_variable,
609+ &static_maniac_message_hook_callback_user_variable,
610+ &static_maniac_message_hook_callback_user_string_variable,
517611 &static_maniac_frameskip,
518612 &static_maniac_picture_limit,
519613 &static_maniac_options,
520614 &static_maniac_joypad_bindings,
615+ &static_maniac_message_spacing_char,
616+ &static_maniac_message_spacing_line,
521617 NULL
522618};
523619
0 commit comments