====== MailParam ====== ===== Fields ===== ^ Field ^ Type ^ Offset ^ Description ^ Notes ^ | disableParam_NT | ''u8'' | ''0x0 [0]'' | Exclude from the NT version or mark the ones to be excluded. | This field is a boolean. | | disableParam_Product | ''u8'' | ''0x0 [1]'' | Exclude from the product version or mark the items to be excluded. | This field is a boolean. | | disableParamReserve1 | ''dummy8'' | ''0x0 [2-7]'' | | This field is padding. | | disableParamReserve2 | ''dummy8'' | ''0x1'' | | This field is padding. | | senderTextID | ''s32'' | ''0x4'' | Found in FMG Entries in Menu Text | | | reserved1 | ''dummy8'' | ''0x8'' | | This field is padding. | | backImageID | ''u32'' | ''0x10'' | The image ID to use for the background. | | | attachedFile_reserved | ''dummy8'' | ''0x14'' | | This field is padding. | | attachedFile_type | ''u8'' | ''0x1b'' | The attachment type to use for the 'attached file' element. | | | attachedFile_ID | ''u32'' | ''0x1c'' | The attachment ID to use for the 'attached file' element data. | | | page0_textID | ''u32'' | ''0x20'' | The text ID to use for the page 1 text element. | | | page0_imageID | ''u32'' | ''0x24'' | The image ID to use for the page 1 image element. | | | page0_layout | ''u8'' | ''0x28'' | The position of the page 1 elements. | This field uses the following enum: MAIL_LAYOUT_TYPE | | page0_reserved1 | ''dummy8'' | ''0x29'' | | This field is padding. | | page0_blockEffect_0 | ''u32'' | ''0x2c'' | The block load effect to use for page 1. | | | page0_blockEffect_1 | ''u32'' | ''0x30'' | The block load effect to use for page 1. | | | page0_blockEffect_2 | ''u32'' | ''0x34'' | The block load effect to use for page 1. | | | page0_reserved2 | ''dummy8'' | ''0x38'' | | This field is padding. | | page1_textID | ''u32'' | ''0x40'' | The text ID to use for the page 2 text element. | | | page1_imageID | ''u32'' | ''0x44'' | The image ID to use for the page 2 image element. | | | page1_layout | ''u8'' | ''0x48'' | The position of the page 2 elements. | This field uses the following enum: MAIL_LAYOUT_TYPE | | page1_reserved1 | ''dummy8'' | ''0x49'' | | This field is padding. | | page1_blockEffect_0 | ''u32'' | ''0x4c'' | The block load effect to use for page 2. | | | page1_blockEffect_1 | ''u32'' | ''0x50'' | The block load effect to use for page 2. | | | page1_blockEffect_2 | ''u32'' | ''0x54'' | The block load effect to use for page 2. | | | page1_reserved2 | ''dummy8'' | ''0x58'' | | This field is padding. | | page2_textID | ''u32'' | ''0x60'' | The text ID to use for the page 3 text element. | | | page2_imageID | ''u32'' | ''0x64'' | The image ID to use for the page 3 image element. | | | page2_layout | ''u8'' | ''0x68'' | The position of the page 3 elements. | This field uses the following enum: MAIL_LAYOUT_TYPE | | page2_reserved1 | ''dummy8'' | ''0x69'' | | This field is padding. | | page2_blockEffect_0 | ''u32'' | ''0x6c'' | The block load effect to use for page 3. | | | page2_blockEffect_1 | ''u32'' | ''0x70'' | The block load effect to use for page 3. | | | page2_blockEffect_2 | ''u32'' | ''0x74'' | The block load effect to use for page 3. | | | page2_reserved2 | ''dummy8'' | ''0x78'' | | This field is padding. | ===== Enums ===== ==== MAIL_LAYOUT_TYPE ==== ^ Option ^ Description ^ Notes ^ | ''0'' | Image Below | | | ''1'' | Image Above | |