MTPO script - more cosmetics, TMI is now 23 to match realtime playing, bar is moved even closer to the players to see it easier while playing.
This commit is contained in:
parent
42a808b099
commit
88b4c24baa
|
@ -5,10 +5,10 @@
|
|||
|
||||
|
||||
local EHP= 0x0398 -- Enemy HP address
|
||||
local TMR= 21 -- Frames in advance for your punches.
|
||||
local TMR= 23 -- Frames in advance for your punches.
|
||||
local BND= -8 -- KEEP NEGATIVE!! Frames after the golden zone.
|
||||
|
||||
local DISPx= 200
|
||||
local DISPx= 180
|
||||
local DISPy= 180
|
||||
|
||||
local timer= 0
|
||||
|
|
Loading…
Reference in New Issue