Overwrite Teammate Character Swap [Vega] This code will allow you to choose whatever character you want when you swap/rotate to a new teammate in Team/DP. XX = Character XX values => https://mariokartwii.com/nonmkwcodes/dbzbt3/values.txt NTSC-U C2049798 00000002 380000XX 90030000 60000000 00000000 Source: #Address NTSC-U 80049798 li r0, 0xXX stw r0, 0 (r3) #No need for lwz r0, 0 (r3) original instruction. #Yes this is needed. Our new char ID value must be placed into Memory. Because this value later gets checked by a func that does some Pilaf Fusion Machine check (and also other funcs for other odd characters), idk what for. But we can't fuck this up old/stale char ID value. Code creator: Vega