Advertisement
FractalFusion

wof

Jan 20th, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.48 KB | None | 0 0
  1. for i=0x780,0x7FC do
  2.  memory.writebyte(i,0)
  3. end
  4.  
  5. memory.writebyte(0x784,0x42)
  6. memory.writebyte(0x789,0x90)
  7. for i=0x78C,0x797 do
  8.  memory.writebyte(i,0xFF)
  9. end
  10. memory.writebyte(0x798,0xFE)
  11. for i=0x79C,0x7A9 do
  12.  memory.writebyte(i,0xFF)
  13. end
  14. memory.writebyte(0x7AA,0xF0)
  15. memory.writebyte(0x7CF,0xC0)
  16. memory.writebyte(0x7D4,0x80)
  17. memory.writebyte(0x7E4,0xFD)
  18. memory.writebyte(0x7E5,0xFF)
  19. memory.writebyte(0x7E6,0xC0)
  20. memory.writebyte(0x7F2,0x02)
  21. memory.writebyte(0x7FC,0x03)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement