I assumed this is wrong as I get error after booting game
-- Driver 1 [NTSC U] (SLUS00842)
-- Lua by C
-- emu used=syphonfilter v2
local patcher = function()
--No Damage
R3K_WriteMem16(0x800964DC,0x0001)
end
--Immunity On
R3K_WriteMem16(0x800964E0,0x0001)
end
end
EM_AddVsyncHook(patcher)
Would you be able to explain to me what i am doing wrong Vika? i am trying to learn, thank you so much for the replies
-- Driver 1 [NTSC U] (SLUS00842)
-- Lua by C
-- emu used=syphonfilter v2
local patcher = function()
--No Damage
R3K_WriteMem16(0x800964DC,0x0001)
end
--Immunity On
R3K_WriteMem16(0x800964E0,0x0001)
end
end
EM_AddVsyncHook(patcher)
Would you be able to explain to me what i am doing wrong Vika? i am trying to learn, thank you so much for the replies