summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--plugins/cheat/cheat_xml.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/cheat/cheat_xml.lua b/plugins/cheat/cheat_xml.lua
index fa24bc30079..ac63bb76c7c 100644
--- a/plugins/cheat/cheat_xml.lua
+++ b/plugins/cheat/cheat_xml.lua
@@ -69,10 +69,14 @@ function xml.conv_cheat(data)
fullspace = "data"
elseif space == "i" then
fullspace = "io"
- elseif space == "r" or space == "o" then
+ elseif space == "r" then
fullspace = "program"
mod = "direct_"
space = "p"
+ elseif space == "o" then
+ fullspace = "decrypted_opcodes"
+ mod = "direct_"
+ space = "o"
end
if width == "b" then
width = "u8"