Fix right player position battle partner target display (#7878)

This commit is contained in:
RavePossum 2025-10-08 02:39:06 -06:00 committed by GitHub
parent d84d5cb0d4
commit 7cf9185477
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2002,7 +2002,7 @@ static void PlayerHandleChooseAction(u32 battler)
else if (gAiBattleData->chosenTarget[B_POSITION_PLAYER_RIGHT] == B_POSITION_PLAYER_LEFT)
StringAppend(gStringVar1, COMPOUND_STRING(" {DOWN_ARROW}-"));
else if (gAiBattleData->chosenTarget[B_POSITION_PLAYER_RIGHT] == B_POSITION_PLAYER_RIGHT)
StringAppend(gStringVar1, COMPOUND_STRING(" {DOWN_ARROW}-"));
StringAppend(gStringVar1, COMPOUND_STRING(" -{DOWN_ARROW}"));
}
else if (moveTarget == MOVE_TARGET_BOTH)
{