Transform Into Anyone Version 1 [Vega] This code allows you to select any character to replace your transformation with. Obviously, the starting character must have transformation abilities. This also replaces the character you change to when using Ginyu's Body Change attack. Have fun! XX = Character List of XX values - http://mkwii.com/nonmkwcodes/dbzbt3/values.txt NTSC-U 0408F6D0 380000XX 0808F6D8 60000000 20020008 00000000 Source: 0408F6D0 380000XX Replace Instruction at 0x8008F6D0 with 380000XX (li r0, 0xXX); Set the character value to trasnform to 0808F6D8 60000000 20020008 00000000 Write Nops at the following addresses -8008F6D8 -8008F6E0 -8008F6E8 The game loads (then stores) the character value from 4 total places, the 04 write replaces the first instance. Nop the rest of the lwz's so r0 retains it's value. Code creator: Vega