WiiMote - Scepheo/Yaife GitHub Wiki
WiiMote Editing
For information for what all of the editable data means, please see the WiiBrew wiki.
The WiiMote input data is represented in three columns:
- Packet type
- Buttons
- Raw data
The packet type indicates the type of packet that is being sent. The possible types are:
- StatusInformation
- ReadMemory
- Acknowledge
- Buttons
- Accelerometer
- Extension_8
- Accelerometer_IR
- Extension_19
- Accelerometer_Extension_16
- IR_Extension_9
- Accelerometer_IR_Extension_6
- Extension_21
- Accelerometer_IR_a
- Accelerometer_IR_b
The buttons data will be present for all packet types, except for ReadMemory. If you add button data to a ReadMemory packet, it will be ignored.
The raw data is the hexadecimal representation of the rest of the data contained in the packet, which each byte separated by spaces.