No Drafting [Melg]
#1
No Drafting [Melg]

Alternate Code Names:
  • No Slip Stream
  • Disable Drafting
  • Disable Slip Stream

Two configs to the code. 1st config effects all slots. 2nd config effects chosen slot only.

NTSC-U
045807dc 2C030001

PAL
04587000 2C030001

NTSC-J
04586980 2C030001

NTSC-K
04575058 2C030001

Source:
cmpwi r3, 0 changed to cmpwi r3, 1

---

X = Slot

NTSC
C25807dc 00000003
2C1C000X 40A2000C
2C030001 48000008
2C030000 00000000

PAL
C2587000 00000003
2C1C000X 40A2000C
2C030001 48000008
2C030000 00000000

NTSC-J
C2586980 00000003
2C1C000X 40A2000C
2C030001 48000008
2C030000 00000000

NTSC-K
C2575058 00000003
2C1C000X 40A2000C
2C030001 48000008
2C030000 00000000


/*Addresses
NTSC-U 805807dc
PAL 80587000
NTSC-J 80586980
NTSC-K 80575058
*/
cmpwi r28, 0 #Slot 0 used for assembling, change this to what you want
bne+ og_instruction
cmpwi r3, 1
b end
og_instruction:
cmpwi r3, 0
end:

---

Code creator: Melg
Code credits: Vega (slot changeability code)
Reply
#2
I'm surprised this hasn't been posted here yet. I might post the "Other Racers are Ghosts/Transparent" code, unless someone has already posted it
Reply
#3
Pretty sure I haven't seen that one yet. Easy way to know is that instead of searching by name, search the first word (4-bytes) of any region of the code.
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)