Rapid Fire (Wheel/Chuck) [mdmwii] - Printable Version +- Mario Kart Wii Gecko Codes, Cheats, & Hacks (https://mariokartwii.com) +-- Forum: Cheat Codes (https://mariokartwii.com/forumdisplay.php?fid=51) +--- Forum: Incomplete & Outdated Codes (https://mariokartwii.com/forumdisplay.php?fid=60) +--- Thread: Rapid Fire (Wheel/Chuck) [mdmwii] (/showthread.php?tid=262) |
Rapid Fire (Wheel/Chuck) [mdmwii] - Vega - 03-08-2018 Rapid Fire (Wheel/Chuck) [mdmwii] NOTE: Outdated by Vega's Rapid Fire code. Vega's code works with any controller. ZZZZ = Wheel/Chuck Button Value RR Values: 0F = Normal Rapid Fire 01 = Ultra Rapid Fire NTSC-U C21978C0 00000007 3960ZZZZ 7D6C0038 7C0B6000 40A2001C 817FFED0 2C0B00RR 40800010 396B0001 7C0C0050 48000008 39600000 917FFED0 901F0000 00000000 PAL C2197960 00000007 3960ZZZZ 7D6C0038 7C0B6000 40A2001C 817FFED0 2C0B00RR 40800010 396B0001 7C0C0050 48000008 39600000 917FFED0 901F0000 00000000 NTSC-J C2197880 00000007 3960ZZZZ 7D6C0038 7C0B6000 40A2001C 817FFED0 2C0B00RR 40800010 396B0001 7C0C0050 48000008 39600000 917FFED0 901F0000 00000000 NTSC-K C2197CBC 00000007 3960ZZZZ 7D6C0038 7C0B6000 40A2001C 817FFED0 2C0B00RR 40800010 396B0001 7C0C0050 48000008 39600000 917FFED0 901F0000 00000000 Source: li r11, 0xZZZZ and r12,r11,r0 cmpw r11,r12 bne+ zero_repeater_byte lwz r11,-304(r31) cmpwi r11, 0xRR bge- zero_repeater_byte addi r11,r11,1 sub r0,r0,r12 b store_repeater_byte zero_repeater_byte: li r11,0 store_repeater_byte: stw r11,-304(r31) stw r0,0(r31) Code creator: mdmwii CCP Version? - cosmiic - 05-02-2019 Sorry to bother but how how would I edit this code to work with classic controller? I didn't see the 1462 anywhere so I wasn't really sure what identified the controller or what needed to be changed...
Thx!
RE: Rapid Fire (Wheel/Chuck) - Vega - 05-02-2019 (05-02-2019, 12:34 AM)cosmiic Wrote: Sorry to bother but how how would I edit this code to work with classic controller? I didn't see the 1462 anywhere so I wasn't really sure what identified the controller or what needed to be changed... The code only works for Wii Wheel or Wii Chuck. RE: Rapid Fire (Wheel/Chuck) - cosmiic - 05-02-2019 (05-02-2019, 01:02 AM)alright, another question if you don\t mind: Wrote: http://bullywiihacks.forumotion.com/t5552-ccp-button-rapid-fire?highlight=rapid RE: Rapid Fire (Wheel/Chuck) - Vega - 05-03-2019 (05-02-2019, 01:35 PM)cosmiic Wrote:(05-02-2019, 01:02 AM)alright, another question if you don\t mind: Wrote: http://bullywiihacks.forumotion.com/t5552-ccp-button-rapid-fire?highlight=rapid I've tested that code before (on every region) and it did not work for me. I'm too lazy to debug it via breakpoints and source rewrites... RE: Rapid Fire (Wheel/Chuck) - cosmiic - 05-03-2019 (05-03-2019, 12:05 AM)Vega Wrote: I've tested that code before (on every region) and it did not work for me. I'm too lazy to debug it via breakpoints and source rewrites...weird. no worries. thx again |