From 88b4c24baaee62b46411a196837d6312281f4de0 Mon Sep 17 00:00:00 2001 From: adelikat Date: Wed, 16 Sep 2009 04:41:21 +0000 Subject: [PATCH] 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. --- output/luaScripts/PunchOutTraining.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/output/luaScripts/PunchOutTraining.lua b/output/luaScripts/PunchOutTraining.lua index b3b59a92..df01ae07 100644 --- a/output/luaScripts/PunchOutTraining.lua +++ b/output/luaScripts/PunchOutTraining.lua @@ -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