From b4f59e5bf97acffad27ea2637a95cafee5dea4ea Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Sun, 20 Oct 2024 21:52:43 +0200 Subject: [PATCH 1/3] Update src/code_805D8C8_1.c Co-authored-by: Seth Barberee --- src/code_805D8C8_1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code_805D8C8_1.c b/src/code_805D8C8_1.c index f9c004f49..788f3a8d5 100644 --- a/src/code_805D8C8_1.c +++ b/src/code_805D8C8_1.c @@ -295,7 +295,7 @@ void DungeonHandlePlayerInput(void) } } if (j == MAX_MON_MOVES) { - SetMonsterActionFields(&leaderInfo->action, 0x17); + SetMonsterActionFields(&leaderInfo->action, ACTION_STRUGGLE); break; } From c41bca0474df6c41788ca3f0b143bdd36ff867c8 Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Sun, 20 Oct 2024 21:52:54 +0200 Subject: [PATCH 2/3] Update src/code_805D8C8_1.c Co-authored-by: Seth Barberee --- src/code_805D8C8_1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code_805D8C8_1.c b/src/code_805D8C8_1.c index 788f3a8d5..60782784a 100644 --- a/src/code_805D8C8_1.c +++ b/src/code_805D8C8_1.c @@ -313,7 +313,7 @@ void DungeonHandlePlayerInput(void) SendMessage(leader, gUnknown_80F8A4C); } else { - SetMonsterActionFields(&leaderInfo->action, 0x14); + SetMonsterActionFields(&leaderInfo->action, ACTION_USE_MOVE_PLAYER); leaderInfo->action.unk4[0].actionUseIndex = GetTeamMemberEntityIndex(leader); leaderInfo->action.unk4[1].actionUseIndex = i; } From f0712db9cf3f2ec5dcec780ee20829a78f4e953f Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Sun, 20 Oct 2024 21:53:02 +0200 Subject: [PATCH 3/3] Update src/code_805D8C8_1.c Co-authored-by: Seth Barberee --- src/code_805D8C8_1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code_805D8C8_1.c b/src/code_805D8C8_1.c index 60782784a..fde6e3f17 100644 --- a/src/code_805D8C8_1.c +++ b/src/code_805D8C8_1.c @@ -321,7 +321,7 @@ void DungeonHandlePlayerInput(void) } else { if (!sub_805EF60(leader, leaderInfo)) { - SetMonsterActionFields(&leaderInfo->action, 0x32); + SetMonsterActionFields(&leaderInfo->action, ACTION_REGULAR_ATTACK); } break; }