Fix Action Replay DS code type 0x0E patch lines not being skipped over when execution status is false.

This commit is contained in:
Prof. 9 2019-04-24 19:54:29 +02:00
parent 55c158d305
commit 5c557440d7
1 changed files with 8 additions and 0 deletions

View File

@ -193,6 +193,14 @@ void CHEATS::ARparser(CHEATS_LIST& list)
}
if(type == 0xD0 || type == 0xD1 || type == 0xD2) {}
else if(type == 0xC5) {}
else if(type == 0x0E)
{
if (statusSkip) {
CHEATLOG(" (skip multiple lines!)\n");
i += (lo + 7) / 8;
continue;
}
}
else
{
if(statusSkip) {