Set Custom DP Limit [Vega] Code allows you to set any value from 0 to 0x7FFF (32,767) for the amount of Destruction Points avialable to use when assembling a team in DP Battle Mode. The visual limit on screen will still be the normal value you selected in game, but it won't effect the DP limit you set on the code. XXXX = Destruction Points (any value from 0x0000 thru 0x7FFF) ASM Version NTSC-U C20B131C 00000002 3B80XXXX 93833C44 3B800000 00000000 Source: li r28, 0xFF #Set the DP Amount; 0xFF used just for source to compile, adjust this accordingly stw r28, 0x3C44 (r3) #Write DP Amount to Memory li r28, 0 #Default instruction Non-ASM Version 42000000 90000000 052C12C4 0000XXXX E0000000 80008000 'Source' 42000000 90000000 #Set Base Address to 0x90000000 052C12C4 0000XXXX #Set the DP Amount (word) at 0x912C12C4 E0000000 80008000 #Final Terminator Code creator: Vega