Skip to content

Commit 9dfb823

Browse files
committed
Correct screen input options for new Safari func names
1 parent 6504078 commit 9dfb823

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/battle/battle_controller_player.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,12 +348,12 @@ static void BattleControllerPlayer_SelectionScreenInput(BattleSystem *bsys, Batt
348348
case 2:
349349
ctx->unk_0[battlerId] = SSI_STATE_END;
350350
ctx->unk_4[battlerId] = SSI_STATE_13;
351-
ctx->playerActions[battlerId].command = CONTROLLER_COMMAND_SAFARI_THROW_BAIT;
351+
ctx->playerActions[battlerId].command = CONTROLLER_COMMAND_SAFARI_THROW_MUD;
352352
break;
353353
case 3:
354354
ctx->unk_0[battlerId] = SSI_STATE_END;
355355
ctx->unk_4[battlerId] = SSI_STATE_13;
356-
ctx->playerActions[battlerId].command = CONTROLLER_COMMAND_SAFARI_THROW_MUD;
356+
ctx->playerActions[battlerId].command = CONTROLLER_COMMAND_SAFARI_THROW_BAIT;
357357
break;
358358
case 4:
359359
ctx->unk_0[battlerId] = SSI_STATE_END;

0 commit comments

Comments
 (0)