From da664b49ada4c1e0ab2985e2c3db2bf6819bf5ad Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Fri, 15 Mar 2019 13:46:53 -0700 Subject: [PATCH] dmnt-cheat: amend inline docs --- stratosphere/dmnt/source/dmnt_cheat_vm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratosphere/dmnt/source/dmnt_cheat_vm.cpp b/stratosphere/dmnt/source/dmnt_cheat_vm.cpp index 7eb36296d..1ddd9c34f 100644 --- a/stratosphere/dmnt/source/dmnt_cheat_vm.cpp +++ b/stratosphere/dmnt/source/dmnt_cheat_vm.cpp @@ -401,7 +401,7 @@ bool DmntCheatVm::DecodeNextOpcode(CheatVmOpcode *out) { /* c = condition type. */ /* S = source register. */ /* X = value operand type, 0 = main/heap with relative offset, 1 = main/heap with offset register, */ - /* 1 = register with relative offset, 2 = register with offset register, 3 = static value. */ + /* 2 = register with relative offset, 3 = register with offset register, 4 = static value. */ /* M = memory type. */ /* a = relative address. */ /* r = offset register. */