Update src/code_805D8C8_1.c

Co-authored-by: Seth Barberee <seth.barberee@gmail.com>
This commit is contained in:
DizzyEggg 2024-10-20 21:52:43 +02:00 committed by GitHub
parent ec922a6776
commit b4f59e5bf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -295,7 +295,7 @@ void DungeonHandlePlayerInput(void)
}
}
if (j == MAX_MON_MOVES) {
SetMonsterActionFields(&leaderInfo->action, 0x17);
SetMonsterActionFields(&leaderInfo->action, ACTION_STRUGGLE);
break;
}