Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 431 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 431 Bytes

wiino

This code lets you extract variables from a Wii Number, verify if it's valid, or let you make your own with said variables.

The variables are:

  • Hollywood ID (chip in the Wii)
  • Counter (increments every time you format your Wii, can range from 0-31)
  • Hardware Model (RVL, RVT for dev hardware...)
  • Area Code (Region - USA, EUR, JPN...)
  • Checksum

The code currently works for these languages:

  • C
  • Golang
  • Python