03-07-2024, 01:02 AM
For codes/addresses that execute per every player/CPU, sometimes a certain non-volatile register (r14 thru r31) will hold the Slot number of the specific player. Human players always get the lower slots (i.e. Player 1 is always slot 0). So for a 4 person multiplayer, slots 0 thru 3 are for the real players. 4 thru 11 for the CPUs.
After that, you can then write some assembly to set up a conditional for the code to never execute for the CPUs.
https://mariokartwii.com/showthread.php?tid=1962
There are other codes on this forum that contain instructions (which you can essentially copy) that can give the slot of the current Player at any time. Stebler's pretty speedometer contains such code.
After that, you can then write some assembly to set up a conditional for the code to never execute for the CPUs.
https://mariokartwii.com/showthread.php?tid=1962
There are other codes on this forum that contain instructions (which you can essentially copy) that can give the slot of the current Player at any time. Stebler's pretty speedometer contains such code.