Copy Link
Add to Bookmark
Report
GameCube Joker Values
by Parasyte
NOTE: These are for Action Replay
They are not ADDRESSES, they are bit flags.
Here are two complete tables for all digital buttons. (Analog controls seem to use two different variables as a whole, so it's quite a bit different, perhaps even more complicated)
Controller button values are as follows:
Big Endian: (More common)
0001: D-Pad Left
0002: D-Pad Right
0004: D-Pad Down
0008: D-Pad Up
0010: Z
0020: R (digital click)
0040: L (digital click)
0100: A
0200: B
0400: X
0800: Y
1000: Start
Little Endian: (Less common)
0001: A
0002: B
0004: X
0008: Y
0010: Start
0100: D-Pad Left
0200: D-Pad Right
0400: D-Pad Down
0800: D-Pad Up
1000: Z
2000: R (digital click)
4000: L (digital click)