diff options
author | Pixel <pixel@nobis-crew.org> | 2013-06-22 20:25:14 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2013-06-22 20:25:14 -0700 |
commit | 57ab7443ac310a20afd231be50bed57d75bc0bff (patch) | |
tree | 2be1b036be9797a1be48d7b40ae5268865fd740d | |
parent | 9bf59a1e67e7706a9057e1665dfe15b4ec2c5266 (diff) |
Typo again.
-rw-r--r-- | VP-roomwork.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VP-roomwork.lua b/VP-roomwork.lua index a3f1827..475b9a8 100644 --- a/VP-roomwork.lua +++ b/VP-roomwork.lua @@ -5,7 +5,7 @@ function patch_logic(logic, windows, activate_debug) return logic:readU32() end local patch_opcode = function(PC, newcode) - logic:bseek(PC * 4) + logic:wseek(PC * 4) logic:writeU32(newcode) end local txt_process = function(PC) |