Controller Address & Button Values (X,Y,Z) Values
#1
Controller Address & Button (X,Y,Z) Values

NTSC-U/J, PAL = 2834XXXX YYYYZZZZ
NTSC-K = 2833XXXX YYYYZZZZ



XXXX Values

NTSC-U
1462 = First Wii Wheel/Nunchuck
199A = Second Wii Wheel/Nunchuck
1ED2 = Third Wii Wheel/Nunchuck
240A = Fourth Wii Wheel/Nunchuck
14C2 = First Classic Controller
19FA = Second Classic Controller
1F32 = Third Classic Controller
246A = Fourth Classic Controller
3E80 = GCN Controller - Port 1
3E8C = GCN Controller - Port 2
3E98 = GCN Controller - Port 3
3EA4 = GCN Controller - Port 4

PAL
57E2 = First Wii Wheel/Nunchuck
5D1A = Second Wii Wheel/Nunchuck
6252 = Third Wii Wheel/Nunchuck
678A = Fourth Wii Wheel/Nunchuck
5842 = First Classic Controller
5D7A = Second Classic Controller
62B2 = Third Classic Controller
67EA = Fourth Classic Controller
8200 = GCN Controller - Port 1
820C = GCN Controller - Port 2
8218 = GCN Controller - Port 3
8224 = GCN Controller - Port 4

NTSC-J
5162 = First Wii Wheel/Nunchuck
569A = Second Wii Wheel/Nunchuck
5BD2 = Third Wii Wheel/Nunchuck
610A = Fourth Wii Wheel/Nunchuck
51C2 = First Classic Controller
56FA = Second Classic Controller
5C32 = Third Classic Controller
616A = Fourth Classic Controller
7B80 = GCN Controller - Port 1
7B8C = GCN Controller - Port 2
7B98 = GCN Controller - Port 3
7BA4 = GCN Controller - Port 4

NTSC-K
37E2 = First Wii Wheel/Nunchuck
3D1A = Second Wii Wheel/Nunchuck
4252 = Third Wii Wheel/Nunchuck
478A = Fourth Wii Wheel/Nunchuck
3842 = First Classic Controller
3D7A = Second Classic Controller
42B2 = Third Classic Controller
47EA = Fourth Classic Controller
6200 = GCN Controller - Port 1
620C = GCN Controller - Port 2
6218 = GCN Controller - Port 3
6224 = GCN Controller - Port 4



Special X/Y/Z Values

NTSC-U
24341474 BF735000 = Wii Mote Vertical
26341474 BF735000 = Wii Mote Sideways

PAL
243457F4 BF735000 = Wii Mote Vertical
263457F4 BF735000 = Wii Mote Sideways

NTSC-J
24345174 BF735000 = Wii Mote Vertical
26345174 BF735000 = Wii Mote Sideways

NTSC-K
243337F4 BF735000 = Wii Mote Vertical
263337F4 BF735000 = Wii Mote Sideways



YYYY Values

YYYY = 0000; = just that button(s) pressed
YYYY = FFFF - ZZZZ; = at least that button(s) pressed
Formula must be done in Hex.



ZZZZ Values (add together for pressed-at-same-time effect)

GCN Controller
0081 = Left
0082 = Right
0084 = Down
0088 = Up
0090 = Z
00A0 = R
00C0 = L
0180 = A
0280 = B
0480 = X
0880 = Y
1080 = Start

NOTE: If you are wanting to add the GCN Controller ZZZZ values together for 'pressed-at-same-time' effect,  use the Wavebird values, then add 0x80 (in hex) to the final result.

Wavebird (Wireless GCN)
0001 = Left
0002 = Right
0004 = Down
0008 = Up
0010 = Z
0020 = R
0040 = L
0100 = A
0200 = B
0400 = X
0800 = Y
1000 = Start

Wii Wheel/Nunchuck
0001 = Left
0002 = Right
0004 = Down
0008 = Up
0010 = +
0100 = 2
0200 = 1
0400 = B
0800 = A
1000 = -
2000 = Z
4000 = C
8000 = Home

Classic Controller
0001 = Up
0002 = Left
0004 = Z (Right)
0008 = X
0010 = A
0020 = Y
0040 = B
0080 = Z (Left)
0200 = R
0400 = +
0800 = Home
1000 = -
2000 = L
4000 = Down
8000 = Right

#The following is for ASM Code creators
GCN C Stick X /Y Axis
RMCE = 0x8034C204/5
RMCP = 0x80350584/5
RMCJ = 0x8034FF04/5
RMCK = 0x8033E584/5

Neutral = hovering around 0x80 (never stays exact due to nature of the stick)
Max Byte = 0xE0
Low Byte = 0x20

Max Top Left = 0xC7/0x3E
Max Top Right = 0xC7/0xC7
Max Bottom Left = 0x3E/0x3E
Max Bottom Right = 0x3E/0xC7

Following below is good for C stick activation in codes:
Greater than 0xC2 for Top and/or Right to be Activated
Less than 0x50 for Bottom and/or Left to be Activated

---

Analog Stick X/Y Axis
RMCE = 0x8034C202/3
RMCP = 0x80350582/3
RMCJ = 0x8034FF02/3
RMCK = 0x8033E582/3

Neutral = hovering around 0x80 (never stays exact due to nature of the stick)

Max Byte = 0xEA
Low Byte = 0x10

Max Top Left = 0xCD/0x30
Max Top Right = 0xCD/0xCD
Max Bottom Left = 0x30/0x30
Max Bottom Right = 0x30/0xCD

Following below is good for Analog stick activation in codes:
Greater than 0xC8 for Top and/or Right to be Activated
Less than 0x42 for Bottom and/or Left to be Activated
Reply


Messages In This Thread
Controller Address & Button Values (X,Y,Z) Values - by Vega - 02-15-2018, 12:47 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)