Clean up pokemon/ball/dex mentions in comments
This commit is contained in:
@@ -169,7 +169,7 @@ enum {
|
||||
};
|
||||
|
||||
enum {
|
||||
// Window ids 0-5 are implicitly assigned to each party pokemon in InitPartyMenuBoxes
|
||||
// Window ids 0-5 are implicitly assigned to each party Pokémon in InitPartyMenuBoxes
|
||||
WIN_MSG = PARTY_SIZE,
|
||||
};
|
||||
|
||||
@@ -3512,7 +3512,7 @@ static void CursorCb_SendMon(u8 taskId)
|
||||
}
|
||||
else
|
||||
{
|
||||
// gStringVar4 below is the error message buffered by TrySwitchInPokemon
|
||||
// gStringVar4 below is the error message buffered by TrySwitchInPokémon
|
||||
PartyMenuRemoveWindow(&sPartyMenuInternal->windowId[1]);
|
||||
DisplayPartyMenuMessage(gStringVar4, TRUE);
|
||||
gTasks[taskId].func = Task_ReturnToChooseMonAfterText;
|
||||
@@ -5801,7 +5801,7 @@ static bool8 TrySwitchInPokemon(void)
|
||||
u8 newSlot;
|
||||
u8 i;
|
||||
|
||||
// In a multi battle, slots 1, 4, and 5 are the partner's pokemon
|
||||
// In a multi battle, slots 1, 4, and 5 are the partner's Pokémon
|
||||
if (IsMultiBattle() == TRUE && (slot == 1 || slot == 4 || slot == 5))
|
||||
{
|
||||
StringCopy(gStringVar1, GetTrainerPartnerName());
|
||||
|
||||
Reference in New Issue
Block a user