Ki Blast Modifier [Vega] This code allows you to set the Ki Blast limit per each cycle. By default, it's 5 Ki Blasts before you are forced to pause for a bit before doing another Ki Blast. Any negative value (i.e. 0xFFFFFFFF), will disable Ki Blasts entirely. 7FFFFFFF is the highest amount. So high, that it's virtually unlimited Ki Blasts for the match. XXXXXXXX values: 7FFFFFFF = Unlimited FFFFFFFF = Disable NTSC-U Rev1 C20D7D8C 00000002 3C60XXXX 6063XXXX 60000000 00000000 Code creator: Vega Code credits: Hawkeye2777 (debugged his Unlimited Ki Blasts code for assistance) Source: #Address #NTSC-U = 800D7D8C #Set Ki Blast Limit in r3. r3 is a return value given back to Parent function to let it know what the Ki Blast cycle limit is. #Original instruction of mr r3, r30 is not needed. #Limit value signed so max is 0x7FFFFFFF lis r3, 0xFFFF #Ki Blasts Disabled set for compilation, adjust this 32-bit value accordingly ori r3, r3, 0xFFFF