AMNet:GetTicketIdList: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
TimmSkiller (talk | contribs)
mNo edit summary
TimmSkiller (talk | contribs)
No edit summary
 
Line 15: Line 15:
|-
|-
| 4
| 4
| bool, ?
| bool, whether or not to verify the tickets as they're being read
|-
|-
| 5
| 5

Latest revision as of 22:48, 8 June 2025

Request

Index Word Description
0 Header code [0x081E0102]
1 Ticket ID Count
2-3 u64, Ticket Title ID
4 bool, whether or not to verify the tickets as they're being read
5 ((Ticket ID Count * 8) << 4) | 0xC
6 Ticket IDs Output Pointer

Response

Index Word Description
0 Header code
1 Result code
2 Number of Read Ticket IDs

Wraps AMPXI:GetTicketIdList.