| Field | Type | Offset | Description | Notes |
|---|---|---|---|---|
| DialogGroup | s32 | 0x0 | The dialogue control group this element belongs to. | |
| DisplayTime | f32 | 0x4 | The time to display this element. 0 means unlimited. In seconds. | |
| BaseRect_left | f32 | 0x8 | The x-coordinate of the base element position. Left (0) to Right (100). | |
| BaseRect_top | f32 | 0xc | The y-coordinate of the base element position. Top (0) to Bottom (100). | |
| BaseRect_w | f32 | 0x10 | The base width of the element. None (0) to Entire Screen (100). | |
| BaseRect_h | f32 | 0x14 | The base height of the element. None (0) to Entire Screen (100). | |
| BaseColor_r | u8 | 0x18 | The red component for the RGBA color for the element. | |
| BaseColor_g | u8 | 0x19 | The green component for the RGBA color for the element. | |
| BaseColor_b | u8 | 0x1a | The blue component for the RGBA color for the element. | |
| BaseColor_a | u8 | 0x1b | The alpha component for the RGBA color for the element. Transparent (0) to Opaque (255) | |
| FontColor_r | u8 | 0x1c | The red component for the RGBA color for the text used in the element. | |
| FontColor_g | u8 | 0x1d | The green component for the RGBA color for the text used in the element. | |
| FontColor_b | u8 | 0x1e | The blue component for the RGBA color for the text used in the element. | |
| FontColor_a | u8 | 0x1f | The alpha component for the RGBA color for the text used in the element. Transparent (0) to Opaque (255) | |
| FontScale | f32 | 0x20 | The magnification to apply to the font display size. | |
| reserve | dummy8 | 0x24 | This field is padding. |