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
      • 0x200 is a hexadecimal number

      • 150 is a number

      • 3f5 is NOT a number (because it does not have 0x)

  • 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 ! :)