@@ -414,6 +414,8 @@ namespace LSD_Reader {
414414 easyrpg_clone_map_id = 0xCA ,
415415 /* * The original event id of a cloned event */
416416 easyrpg_clone_event_id = 0xCB ,
417+ /* * Runtime changes to the engine config */
418+ easyrpg_runtime_flags = 0xCC ,
417419 /* * */
418420 boarding = 0x65 ,
419421 /* * */
@@ -538,6 +540,8 @@ namespace LSD_Reader {
538540 easyrpg_clone_map_id = 0xCA ,
539541 /* * The original event id of a cloned event */
540542 easyrpg_clone_event_id = 0xCB ,
543+ /* * Runtime changes to the engine config */
544+ easyrpg_runtime_flags = 0xCC ,
541545 /* * Which vehicle */
542546 vehicle = 0x65 ,
543547 /* * From 0 to 255 - In flying vehicles; remaining distance to ascend */
@@ -701,7 +705,9 @@ namespace LSD_Reader {
701705 /* * Amount of loop info groups */
702706 maniac_loop_info_size = 0x11 ,
703707 /* * One group of (Current loop count, end loop value) for each identation */
704- maniac_loop_info = 0x12
708+ maniac_loop_info = 0x12 ,
709+ /* * Runtime changes to the engine config */
710+ easyrpg_runtime_flags = 0xCC
705711 };
706712 };
707713 struct ChunkSaveEventExecState {
@@ -755,7 +761,9 @@ namespace LSD_Reader {
755761 /* * Preserved string data of an event */
756762 easyrpg_string = 0xCA ,
757763 /* * Preserved int parameter of an event */
758- easyrpg_parameters = 0xCB
764+ easyrpg_parameters = 0xCB ,
765+ /* * Runtime changes to the engine config */
766+ easyrpg_runtime_flags = 0xCC
759767 };
760768 };
761769 struct ChunkSaveMapEventBase {
@@ -843,7 +851,9 @@ namespace LSD_Reader {
843851 /* * The original map id of a cloned event */
844852 easyrpg_clone_map_id = 0xCA ,
845853 /* * The original event id of a cloned event */
846- easyrpg_clone_event_id = 0xCB
854+ easyrpg_clone_event_id = 0xCB ,
855+ /* * Runtime changes to the engine config */
856+ easyrpg_runtime_flags = 0xCC
847857 };
848858 };
849859 struct ChunkSaveMapEvent {
@@ -932,6 +942,8 @@ namespace LSD_Reader {
932942 easyrpg_clone_map_id = 0xCA ,
933943 /* * The original event id of a cloned event */
934944 easyrpg_clone_event_id = 0xCB ,
945+ /* * Runtime changes to the engine config */
946+ easyrpg_runtime_flags = 0xCC ,
935947 /* * If true; this event is waiting for foreground execution. */
936948 waiting_execution = 0x65 ,
937949 /* * Index of custom move route */
0 commit comments