Changes

386 bytes added ,  17:41, 2 June 2022
no edit summary
Line 218: Line 218:     
Sends command message 0x38 to the state machine. This is handled by writing the input value into a global flags field. The default value is 0x3 (all flag bits set). These flag bits are checked during the RequestSleep code handling the state for [[#Cmd19]].
 
Sends command message 0x38 to the state machine. This is handled by writing the input value into a global flags field. The default value is 0x3 (all flag bits set). These flag bits are checked during the RequestSleep code handling the state for [[#Cmd19]].
 +
 +
This is not used on retail.
 +
 +
== Cmd24 ==
 +
No input, returns a 0x20-byte struct and a 0x38-byte struct.
 +
 +
Sends command message 0x39 to the state machine, with 0x20-bytes from the output being copied to the first output struct. Sends command message 0x3A to the state machine, with 0x38-bytes from the output being copied to the second output struct.
 +
 +
These requests get data from state.
    
This is not used on retail.
 
This is not used on retail.