Fixed typo in F4 Cheat Type code (#3300)
Typo in my code, this fix will make it work properly on multiple find & replaces.
This commit is contained in:
parent
3dca598063
commit
88bc3a2278
|
@ -1360,7 +1360,7 @@ void CheatCode::Apply() const
|
|||
DoMemoryWrite<u8>(address + 14, r15);
|
||||
if (r16 != wildcard)
|
||||
DoMemoryWrite<u8>(address + 15, r16);
|
||||
address = address + 15;
|
||||
address = address + 16;
|
||||
}
|
||||
}
|
||||
index += 5;
|
||||
|
|
Loading…
Reference in New Issue