From c1d34d7b6880bbcd03f9a3fc6362c5c1f5ac94fa Mon Sep 17 00:00:00 2001 From: gymnast86 Date: Wed, 22 Jul 2026 23:32:54 -0700 Subject: [PATCH] change default custom message attributes --- include/d/d_msg_class.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/include/d/d_msg_class.h b/include/d/d_msg_class.h index a0772dce9f..e8a183a53d 100644 --- a/include/d/d_msg_class.h +++ b/include/d/d_msg_class.h @@ -47,17 +47,17 @@ static JMSMesgEntry_c defaultJMSMesgEntry{ .string_offset = 0, .message_id = 0, .event_label_id = 0, - .se_speaker = 0x15, - .fuki_kind = 0x0D, - .output_type = 0x01, + .se_speaker = 0x24, + .fuki_kind = 0x00, + .output_type = 0x00, .fuki_pos_type = 0x00, .unk_0xc = 0xFF, .unk_0xd = 0x00, - .se_mood = 0x0D, - .camera_id = 0x0, - .base_anm_id = 0x1F, - .face_anm_id = 0x1F, - .unk_0x12 = 0x400, + .se_mood = 0x00, + .camera_id = 0x00, + .base_anm_id = 0x02, + .face_anm_id = 0x03, + .unk_0x12 = 0x0400, }; #endif