Need real-console GCN L/R button max byte values - Printable Version +- Mario Kart Wii Gecko Codes, Cheats, & Hacks (https://mariokartwii.com) +-- Forum: Hacks/Modding (https://mariokartwii.com/forumdisplay.php?fid=14) +--- Forum: Code Support / Help / Requests (https://mariokartwii.com/forumdisplay.php?fid=61) +--- Thread: Need real-console GCN L/R button max byte values (/showthread.php?tid=1364) |
Need real-console GCN L/R button max byte values - Vega - 11-25-2019 Ofc on Dolphin when you press the L/R button, their byte values go directly from 0x00 to 0xFF respectively. I just added two ASMs to go with mdmwiis rapidfire to make it work for the L/R buttons (works on Dolphin, yay). But for this code to also code on the console, i need the console max values. I know they go above 0x80 when L/R is pressed, does anybody know their max limit when they are pressed down all the way? RE: Need real-console GCN L/R button max byte values - JoshuaMK - 11-25-2019 My GCN controller "clicks" at ~0xA8, jumps to ~0xCA after click, and stops increasing at 0xD3. These values are unsigned. RE: Need real-console GCN L/R button max byte values - Vega - 11-26-2019 Thank you!!! Thread closed. |