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 Rev1 0408FAA8 380000XX 0808FAB0 60000000 20020008 00000000 Source: 0408FAA8 380000XX Replace Instruction at 0x8008FAA8 with 380000XX (li r0, 0xXX); Set the character value to trasnform to 0808FAB0 60000000 20020008 00000000 Write Nops at the following addresses -8008FAB0 -8008FAB8 -8008FAC0 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