Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --if using Bizhawk, change "snes9x" to "emu"
- local Health = 0x7E051A
- memory.writebyte(Health,6)
- while true do
- --you go this way
- for i = 1,7,1 do
- joypad.set(1,{["right"]=true,["B"]=true})
- snes9x.frameadvance()
- end
- joypad.set(1,{["left"]=true})
- snes9x.frameadvance()
- for i = 1,8,1 do
- joypad.set(1,{["B"]=true})
- snes9x.frameadvance()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment