| Field | Type | Offset | Description | Notes |
|---|---|---|---|---|
| msgId | s32 | 0x0 | The text ID for the message this line of dialogue should display as subtitles. | This field refers to the following text files: Talk_Messages |
| voiceId | s32 | 0x4 | The voice ID for this line of dialogue. | |
| motionId | s32 | 0x8 | The animation the character speaking this line of dialogue should use during playback. | |
| returnPos | s32 | 0xc | The relative position of conversation to return when returning to a conversation. | |
| reactionId | s32 | 0x10 | The reaction ID to use when returning to a conversation. | |
| eventId | s32 | 0x14 | The event ID to use when returning to a conversation. | |
| isMotionLoop | u8 | 0x18 | If ON, the motion animation is looped for this line of dialogue. | This field is a boolean. |
| pad0 | dummy8 | 0x19 | This field is padding. |