From 6a408e3bc6c5989bcf9b5954ce9cedbc69804c75 Mon Sep 17 00:00:00 2001 From: tslater2006 Date: Fri, 16 Jul 2021 13:04:04 -0500 Subject: [PATCH] docs: update cheats doc to clarify Code Type 5 encoding This change removes references to the "M" nibble for the "Register Address" encoding of Code Type 5 whis is not used in this mode. In the dword block the "M" has been replaced with a "0" --- docs/features/cheats.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/features/cheats.md b/docs/features/cheats.md index 16514bb32..9cebc952c 100644 --- a/docs/features/cheats.md +++ b/docs/features/cheats.md @@ -125,10 +125,9 @@ Code type 5 allows loading a value from memory into a register, either using a f + A: Immediate offset to use from memory region base. #### Load from Register Address Encoding -`5TMR10AA AAAAAAAA` +`5T0R10AA AAAAAAAA` + T: Width of memory read (1, 2, 4, or 8 bytes). -+ M: Memory region to write to (0 = Main NSO, 1 = Heap). + R: Register to load value into. + A: Immediate offset to use from register R.