@@ -164,14 +164,38 @@ namespace LSD_Reader {
164164 atb_mode = 0x8C ,
165165 /* * rpg::Strings */
166166 maniac_strings = 0x24 ,
167+ /* * Width of the message window in pixels */
168+ maniac_message_window_width = 0x2D ,
169+ /* * Height of the message window in pixels */
170+ maniac_message_window_height = 0x2E ,
171+ /* * Font to use in the message window */
172+ maniac_message_font_name = 0x2F ,
173+ /* * Size of the font in the message window */
174+ maniac_message_font_size = 0x30 ,
175+ /* * Situations when to invoke the callbacks */
176+ maniac_message_hook_flags = 0x32 ,
177+ /* * Common Event to call for a hook */
178+ maniac_message_hook_common_event_id = 0x42 ,
179+ /* * Variable (starting range) populated when hook is invoked */
180+ maniac_message_hook_callback_system_variable = 0x43 ,
181+ /* * String Variable populated when hook is invoked */
182+ maniac_message_hook_callback_system_string_variable = 0x44 ,
183+ /* * Variable (starting range) populated when hook is invoked */
184+ maniac_message_hook_callback_user_variable = 0x45 ,
185+ /* * String Variable populated when hook is invoked (TODO: Difference between System and User callback) */
186+ maniac_message_hook_callback_user_string_variable = 0x46 ,
167187 /* * FatalMix Frameskip (0=None, 1=1/5, 2=1/3, 3=1/2) */
168188 maniac_frameskip = 0x88 ,
169189 /* * FatalMix Picture Limit */
170190 maniac_picture_limit = 0x89 ,
171191 /* * Various FatalMix options (XX XA XB XC). A: MsgSkip OFF/RShift (0/4) B: TestPlay Keep/ON/OFF (0/2/4), C: Pause focus lost Wait/Run (0/1) */
172192 maniac_options = 0x8A ,
173193 /* * JoyLeft, JoyRight, JoyUp, JoyDown, Joy1, ... Joy12 */
174- maniac_joypad_bindings = 0x8B
194+ maniac_joypad_bindings = 0x8B ,
195+ /* * Additional spacing between characters in the message window (Editor value - 1) */
196+ maniac_message_spacing_char = 0x8E ,
197+ /* * Additional spacing between lines in the message window (Editor value - 1) */
198+ maniac_message_spacing_line = 0x8F
175199 };
176200 };
177201 struct ChunkSaveScreen {
0 commit comments