Changes

Jump to navigation Jump to search
334 bytes added ,  20:29, 19 October 2020
Line 650: Line 650:     
[[Mario Kart Live: Home Circuit|mklive]] uses the following string with this: "Failed to create a group: %08X".
 
[[Mario Kart Live: Home Circuit|mklive]] uses the following string with this: "Failed to create a group: %08X".
 +
 +
This is only available if a group wasn't already created.
    
=== DestroyGroup ===
 
=== DestroyGroup ===
 
No input/output.
 
No input/output.
 +
 +
This destroys the previously [[#CreateGroup|created]] group. If no group was previously created, this just returns 0.
    
=== SetAdvertiseData ===
 
=== SetAdvertiseData ===
Line 671: Line 675:     
A string in [[Mario Kart Live: Home Circuit|mklive]] refers to the buffer data as "Action frame".
 
A string in [[Mario Kart Live: Home Circuit|mklive]] refers to the buffer data as "Action frame".
 +
 +
This is only available when a group was previously [[#CreateGroup|created]].
    
=== RecvFromOtherGroup ===
 
=== RecvFromOtherGroup ===
Line 678: Line 684:     
Flags is only used for selecting which func to call internally, via bit0.
 
Flags is only used for selecting which func to call internally, via bit0.
 +
 +
This is only available when a group was previously [[#CreateGroup|created]].
    
=== AddAcceptableGroupId ===
 
=== AddAcceptableGroupId ===

Navigation menu