Rapid Fire (Wheel/Chuck) [mdmwii]
#1
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
Reply
#2
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!
Reply
#3
(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...
Thx!

The code only works for Wii Wheel or Wii Chuck.
Reply
#4
(05-02-2019, 01:02 AM)alright, another question if you don\t mind: Wrote: http://bullywiihacks.forumotion.com/t555...ight=rapid

this is the only code i found for ccp (ive used the one for wiimote in the past too)

with wiimote, super grinding is possible using this code

with classic controller, it is not 

what exactly is the reason if you know?
B01D002A 00000000
Reply
#5
(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/t555...ight=rapid

this is the only code i found for ccp (ive used the one for wiimote in the past too)

with wiimote, super grinding is possible using this code

with classic controller, it is not 

what exactly is the reason if you know?
B01D002A 00000000

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...
Reply
#6
(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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)