Display False Character Name [Vega] You can display whatever character name you want for both P1 + P2/COM during character selection. XX = Character Name to Display List of XX values - http://mkwii.com/nonmkwcodes/dbzbt3/values.txt NTSC-U 0406F3FC 38E000XX 0406F444 38E000XX Example: 0D = Kid Gohan; this will put the name 'Kid Gohan' for any character you are looking at for both P1 & P2/COM Non-ASM Version NTSC-U 42000000 90000000 012BDA07 000000XX 012BDAF7 000000YY E0000000 80008000 The Non-ASM version acts a bit differently. It will also display a false character selection, not just the name. XX for P1, YY for P2/COM --- Source for RAM Writes: lwz r7, 0x006C (r7) overwritten by li r7, 0xXX at 0x8006F3FC lwz r7, 0x006C (r6) overwritten by li r7, 0xXX at 0x8006F444 --- Source for Non-ASM Version: Set Base Memory Address to 0x90000000 Write Byte XX at 0x912BDA07 Write Byte YY at 0x912BDAF7 Reset Base Memory Address to 0x80000000 --- Code creator: Vega