Advertisement
Kirkq

Magical Pop'n Camera

Sep 13th, 2016
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local Health = 0x7E051A
  2.  
  3. --memory.writebyte(Health,6)
  4.  
  5. while true do
  6.  
  7. --you go this way
  8. for i = 1,7,1 do
  9. joypad.set(1,{["right"]=true,["B"]=true})
  10. snes9x.frameadvance()
  11. end
  12.  
  13. joypad.set(1,{["left"]=true})
  14. snes9x.frameadvance()
  15.  
  16. for i = 1,8,1 do
  17. joypad.set(1,{["B"]=true})
  18. snes9x.frameadvance()
  19. end
  20.  
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement