====== KnowledgeLoadScreenItemParam ====== ===== 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. | | disableParamReserve1 | ''dummy8'' | ''0x0 [1-7]'' | | This field is padding. | | disableParamReserve2 | ''dummy8'' | ''0x1'' | | This field is padding. | | unlockFlagId | ''s32'' | ''0x4'' | The event flag ID that causes this loading screen to appear. -1 means it will always appear. Removal flag will override this. | This field takes an [[ac6-refmat:event-flag-list|Event Flag ID]]. | | invalidFlagId | ''s32'' | ''0x8'' | The event flag ID that causes this loading screen to disappear. -1 means it will never appear. | This field takes an [[ac6-refmat:event-flag-list|Event Flag ID]]. | | msgId | ''s32'' | ''0xc'' | The FMG ID to use for the displayed hint text (both title and description. -1 means none. | This field refers to the following text files: Loading_Title | | reserve_last | ''dummy8'' | ''0x10'' | | This field is padding. |