Advertisement
EliteAnax17

LUA MarioKart64 AI Bizhawk

Oct 20th, 2015
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. memory.usememorydomain("System Bus")
  2. function setcpu()
  3. memory.writebyte(0x800F6990, 0xD0)
  4. memory.writebyte(0x800F7768, 0xD0)
  5. memory.writebyte(0x800F8540, 0xD0)
  6. memory.writebyte(0x800F9318, 0xD0)
  7. end
  8. event.onmemoryread(setcpu)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement