Changes

324 bytes added ,  18:20, 1 June 2022
Line 192: Line 192:     
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.
 +
 +
== Cmd25 ==
 +
Takes two input bools, no output.
 +
 +
When the first bool flag is set, sends command message 0x3B to the state machine. When the second bool flag is set, sends command message 0x3C to the state machine. Then 0 is returned.
 +
 +
Both requests are handled by clearing various data in state.
    
This is not used on retail.
 
This is not used on retail.