Fix accidental symbol replacements

This commit is contained in:
Bassoonian
2023-12-12 23:18:35 +01:00
parent e5ac2fe0b1
commit bc2a745171
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -3512,7 +3512,7 @@ static void CursorCb_SendMon(u8 taskId)
}
else
{
// gStringVar4 below is the error message buffered by TrySwitchInPokémon
// gStringVar4 below is the error message buffered by TrySwitchInPokemon
PartyMenuRemoveWindow(&sPartyMenuInternal->windowId[1]);
DisplayPartyMenuMessage(gStringVar4, TRUE);
gTasks[taskId].func = Task_ReturnToChooseMonAfterText;