Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --This script will light up the dungeons in my test run.
- while true do
- if emu.framecount() == 96420 or
- emu.framecount() == 129920 or
- emu.framecount() == 190800 then
- memory.writebyte(0x68e7, 255)
- end;
- emu.frameadvance()
- end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement