Changes
From Final Fantasy Inside
→Damage Formula's description
power_modifier = 10 + (((number_of_kills / 128) * power_modifier) / 16)
Damage Function 0x1
0xA8:
Prepare Function 0x0
Prepare Function 0x2
power_modifier = 1 + (((limit_bar_value * (limit_level + 1) / 16) * power_modifier) / 16)
Damage Function 0x1