Advertisement
Guest User

Untitled

a guest
Oct 24th, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. --This script will light up the dungeons in my test run.
  2.  
  3. while true do
  4. if emu.framecount() == 96420 or
  5. emu.framecount() == 129920 or
  6. emu.framecount() == 190800 then
  7. memory.writebyte(0x68e7, 255)
  8. end;
  9.  
  10. emu.frameadvance()
  11. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement