lISjhfasf
while true do
c = memory.readbyte(0x001BDFE3)
if c == 36 then
gui.text(245,41,memory.readword(0x000D2CE0),"#ff92f1") -- Center Timer
gui.text(207,25,memory.readword(0x000A372C)/2) -- Left Health
gui.text(294,25,memory.readword(0x000A373C)/2) -- Right Health
gui.text(21,47,"Total Stage Time: " .. memory.readword(0x000D6510),"yellow") -- Full Fight Timer
gui.text(21,55,"Round Full Time: " .. memory.readword(0x000D64E0),"red") -- Round Timer
gui.text(21,63,"Round In Time: " .. memory.readword(0x000C5BF8),"red") -- Round Timer
end
emu.frameadvance() end