plugins/cheat: fix opcode space (nw)

This commit is contained in:
cracyc 2018-04-30 17:35:09 -05:00
parent 7d091028f5
commit 2fff9bbd82

View File

@ -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"