Choose Any Position To Start Race As (HOST Only) [Vega]
#1
Choose Any Position To Start Race As (HOST Only) [Vega]

This code will allow you (whenever you are the HOST of Room/WW) to set your starting position regardless of what position you finished in the previous race.

A few notes:
If you apply an invalid value (such as 5th place in a 2 player room), the code won't take effect in the 1st Race of a Room GP. For all other races, you will simply start in last.

If you try using this code whenever you are NOT the host (such as setting it to 1st), it will only take effect in the 1st Race of a Room GP.

X = Position

X Values:
1 = 1st
2 = 2nd
3 = 3rd
...
A = 10th
B = 11th
C = 12th

NTSC-U
C2658490 00000002
3860000X 987F0019
7FE3FB78 00000000

PAL
C26603CC 00000002
3860000X 987F0019
7FE3FB78 00000000

NTSC-J
C265FA38 00000002
3860000X 987F0019
7FE3FB78 00000000

NTSC-K
C264E6E4 00000002
3860000X 987F0019
7FE3FB78 00000000



Source:
li r3, 0xX #Set Starting Position
stb r3, 0x0019 (r31) #Store Position Value to its spot in Memory
mr r3, r31 #Default Instruction



Code creator: Vega
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)