diff --git a/output/Lua/Super Mario Brothers 3 (USA) (Rev A).lua b/output/Lua/Super Mario Brothers 3 (USA) (Rev A).lua index 9ad5f8c64c..9209f4546c 100644 --- a/output/Lua/Super Mario Brothers 3 (USA) (Rev A).lua +++ b/output/Lua/Super Mario Brothers 3 (USA) (Rev A).lua @@ -240,12 +240,7 @@ event.onmemoryexecute(projectiles,0xA69A) event.onmemoryexecute(eprojectiles,0xB7E4) event.onmemoryexecute(other,0xDB4E) -local function cheat() - memory.write_u8(0x5F1,0x25) -- Timer -end - while true do - cheat() draw_UI() camera() emu.frameadvance()