dmnt-cheat: amend inline docs

This commit is contained in:
Michael Scire 2019-03-15 13:46:53 -07:00
parent 5d79952bdd
commit da664b49ad

View file

@ -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. */