Line 19:
Line 19:
* Area Code:
* Area Code:
** A 3 bit unsigned int, always lower than 4 as there was never more than 4 regions supported.
** A 3 bit unsigned int, always lower than 4 as there was never more than 4 regions supported.
−
** The values correlate as they do in the [[:/title/00000001/00000002/data/setting.txt#AREA|settings.txt's AREA]] value, with the number begin the same as listed there.
+
** The values correlate as follows
+
*** Japan ("J") = 0,{{Ref|https://github.com/GaryOderNichts/vWii-Decaffeinator/blob/master/src/main.h}}
+
*** USA ("U") = 1,{{Ref|https://github.com/GaryOderNichts/vWii-Decaffeinator/blob/master/src/main.h}}
+
*** Europe ("E") = 2,{{Ref|https://github.com/GaryOderNichts/vWii-Decaffeinator/blob/master/src/main.h}}
+
*** Korea ("K") = 3{{Ref|Guess and check with a friend code decoder and a Korean Wii}}
* CRC Checksum
* CRC Checksum
** Presumed to be a CRC10 checksum as it is contained within a 10 bit unsigned int{{check}}
** Presumed to be a CRC10 checksum as it is contained within a 10 bit unsigned int{{check}}