From 1511aef8d8f0cef1894ba7b34bb7e6ac411a1dce Mon Sep 17 00:00:00 2001 From: pasky1382 Date: Mon, 22 Jun 2015 11:15:58 +0000 Subject: [PATCH] Left in debug function, fixed. --- output/Lua/Super Mario Brothers 3 (USA) (Rev A).lua | 5 ----- 1 file changed, 5 deletions(-) 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()