Disable Rocket Start & Burn Out in Specific Slots [Ro]
#1
Disable Rocket Start & Burn Out in Specific Slots [Ro]

This code allows disabling the rocket start & burn out in specific slots. Originally in the game the rocket start & burn out are disabled in Funky Stadium & Chain Chomp Wheel. This code can be useful to be used in Custom Tracks that start with boost pannels. The code comes with one slot but it can be modified for many different slots, just edit the source below (which is very simple). Made for Custom Track creators & Custom Track Distributions.

NTSC-U
C258F1F0 00000003
80030B68 2C0000XX
40820008 38000022
60000000 00000000

PAL
C2595A14 00000003
80030B68 2C0000XX
40820008 38000022
60000000 00000000

NTSC-J
C2595394 00000003
80030B68 2C0000XX
40820008 38000022
60000000 00000000


NTSC-K
C2583A6C 00000003
80030B68 2C0000XX
40820008 38000022
60000000 00000000


Code credits: Ro


Quote:Source:
lwz r0, 0xB68 (r3)
cmpwi r0, 0x
bne allowRocket&Burn
li r0, 0x22
allowRocket&Burn:
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)