Config Savegame: Difference between revisions

Actual structure: if anyone can figure out what it is...Tried "CRC16 over the whole payload excluding CRC offset, initval is 0" from https://www.3dbrew.org/wiki/Nintendo_Zone#Beacon_payload_format but it doesnt match
Actual structure: I take that back, I was simply using the wrong function
Line 579: Line 579:
|-
|-
| 0x0
| 0x0
| 0x4
| 0x2
| Some sort of checksum. Only the last 2 bytes seem to change.
| ?
|-
| 0x2
| 0x2
| [https://github.com/lammertb/libcrc/blob/v2.0/src/crc16.c#L43-L76 CRC-16 checksum] of the next 0x410 bytes.
|-
|-
| 0x4
| 0x4