Hp UP
I looked at this code myself, and I am not happy with it myself... Maybe I will ask weltalll to change them,
This is what they look like as an example:
_C0 Laharl Health Modifier
_L 0x201810BC 0x000F423F
this code is=999999
The part colored green is your health amount, so change that amount to the highest value you can.(which in Hexadecimal is F)
This is the highest you probably would want it to be:
_C0 Laharl Health Modifier
_L 0x201810BC 0x00FFFFFF
this code is=16777215
so simply change all those values to 0x00FFFFFF for a larger value.
|