From 296be2aef77ecc6e44054fb3a13d1a89acd3ef73 Mon Sep 17 00:00:00 2001 From: pasky1382 Date: Mon, 22 Jun 2015 11:36:58 +0000 Subject: [PATCH] Removed a cheat I left in. --- output/Lua/PCE/Neutopia.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/output/Lua/PCE/Neutopia.lua b/output/Lua/PCE/Neutopia.lua index 1e535e23ba..5cc52fd7c6 100644 --- a/output/Lua/PCE/Neutopia.lua +++ b/output/Lua/PCE/Neutopia.lua @@ -11,7 +11,6 @@ local function player() local y = mainmemory.read_u8(0x10C9) - 0xA - h local xrad = 0x6 local yrad = 0xC - mainmemory.write_u8(0x14C5,0x7F) gui.drawText(1,1,"HP: " .. hp,0xFFFFFFFF,10,"Arial") gui.drawBox(x+xrad,y+yrad,x-xrad,y-yrad,0xFF0000FF,0x400000FF)