mayn sux
anyway Entire thread is UPDATED
anyway Entire thread is UPDATED
You'll still need the pointers, but here are simple instructions:Quote:
Originally Posted by Enable AutoPill[Enable]
00C60784:
db 01 00 //01 means that it's enabled [AutoPill]
00C60788:
db 04 00 //Change the "04" to either [00 - 0%, 01 - 10%, 02 - 20%, 03 - 30%, 04 - 40%, or 05 - 50%] [Vitality]
00C6078C:
db 03 00 //Change the "03" to either [00 - 0%, 01 - 10%, 02 - 20%, 03 - 30%, 04 - 40%, or 05 - 50%] [Spirit]
[Disable]
00C60784:
db 00 00 //00 means that it's disabled
00C60788:
db 00 00
00C6078C:
db 00 00