Left in debug function, fixed.

This commit is contained in:
pasky1382 2015-06-22 11:15:58 +00:00
parent 681faaff32
commit 1511aef8d8
1 changed files with 0 additions and 5 deletions

View File

@ -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()