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 Rev1 0406F514 38E000XX 0406F55C 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 Rev1 42000000 90000000 012C37E7 000000XX 012C38D7 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 0x8006F514 lwz r7, 0x006C (r6) overwritten by li r7, 0xXX at 0x8006F55C --- Source for Non-ASM Version: Set Base Memory Address to 0x90000000 Write Byte XX at 0x912C37E7 Write Byte YY at 0x912C38D7 Reset Base Memory Address to 0x80000000 --- Code creator: Vega