Use Any Red Potara Z Item [Vega] This code will allow you to equip any desired Red Potara Z Item in the first item slot of Custom 1 of the desired character. For effects to permanent, just save your data. NTSC-U 42000000 90000000 00E5XXXX 000000ZZ E0000000 80008000 XXXX = Character ZZ = Z Item How to choose character and Z Item: ZZ is any value from 0xA3 thru 0xFF. Way too many Red Z Items to list, have fun if you are trying to make a personal list... Regarding the XXXX value... First, Goku (early) which is 1st character listed in game, has a XXXX value of 2F69. Next character would be Kid Gohan (1st character AFTER Goku early). Any character that is NOT Goku (early) requires a formula to determine its XXXX value.... Formula for Kid Gohan 1 x 56 = 56 #The 1 is for 1st character after Goku Early, 56 is a constant Convert the result (56) to hex, which is 0x38. Do the Hex equation of 0x38 + 0x2F69 = 2FA1. #0x2F69 is a constant 2FA1 is your XXXX value for Kid Gohan Formula for Krillin (krllin is 4th character AFTER Goku early) 4 x 56 = 224 Convert 224 to hex, which is 0xE0 0xE0 + 0x2F69 = 0x3049 3049 is your XXXX value for Krillin The ordering system is left to right, and when you are changing rows, order is from top to bottom. So final character would be Arale (she is on the furthest right spot on the final row). Formula for Arale (Arale is 96th character AFTER Goky early) 96 x 56 = 5376 Convert 5376 to hex, which is 0x1500 0x1500 + 0x2F69 = 0x4469 4469 is your XXXX value for Arale Code creator: Vega