Advertisement
Guest User

dungeonLightLua2

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