User File #638493715673179920

Upload All User Files

#638493715673179920 - 9029S' camhack

ZippyCamHack.lua
Game: Segapede ( Genesis, see all files )
10 downloads
Uploaded 11 days ago by Spikestuff (see all 274)
while true do
    memory.usememorydomain("68K RAM");
	
	if emu.framecount() == 627 then
		memory.write_s16_be(0x8210, 6323 - 240); -- Forcing Camera X's Position
		memory.write_s16_be(0x8214, 1120); -- Forcing Camera Y's Position
	end
	
emu.frameadvance()
end;