Getting Started
This section is about all technical and internal stuffs about Wii, their file formats and so on. So to be on the same page, some “rules”:
- Every number is decimal by default.
Therefore, all hexadecimal number will be preceded by
0x- Example
0x200is a hexadecimal number150is a number3f5is NOT a number (because it does not have0x)
All size, offset are in bytes
It’s my first “pro” documentation, i may forgot something even about the rules above. If you think it needs to improve something, feel free to tell me ! :)