Editing POPS
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 6,325: | Line 6,325: | ||
*Offset 0x428 is parameter for first config command. That one is special and in official table is referred as command -1 (0xFFFFFFFF) | *Offset 0x428 is parameter for first config command. That one is special and in official table is referred as command -1 (0xFFFFFFFF) | ||
*Offset 0x42C is parameter for config command number 0x00, next 0x430 is parameter for 0x01, etc. up to 0x1F on offset 0x4A8 | *Offset 0x42C is parameter for config command number 0x00, next 0x430 is parameter for 0x01, etc. up to 0x1F on offset 0x4A8 | ||
*This repeats again starting from command 0xFFFFFFFF up to 0x1F in next bytes (0x4AC for -1 up to 0x52C for 0x1F). This part seems to be | *This repeats again starting from command 0xFFFFFFFF up to 0x1F in next bytes (0x4AC for -1 up to 0x52C for 0x1F). This part seems to be unused, but is better to keep it like original eboots do. | ||
*For unused configs value 0xFFFFFFFF need to be set, except cfgs: -0x01, 0x10, 0x17, 0x18, 0x1D, 0x1E (0x428, 0x46C, 0x488, 0x48C, 0x4A0, 0x4A4) which should be set to 0x00000000 for unused config | *For unused configs value 0xFFFFFFFF need to be set, except cfgs: -0x01, 0x10, 0x17, 0x18, 0x1D, 0x1E (0x428, 0x46C, 0x488, 0x48C, 0x4A0, 0x4A4) which should be set to 0x00000000 for unused config | ||
*Command 6 is not really unsupported. Because parameter for this command is emulator memory offset with hardcoded data. | *Command 6 is not really unsupported. Because parameter for this command is emulator memory offset with hardcoded data. | ||
*There is some special handling if TITLE ID is set to PSRM, but that just set predefined values, we shouldn't care too much about it. | *There is some special handling if TITLE ID is set to PSRM, but that just set predefined values, we shouldn't care too much about it. |