Clean up pokemon/ball/dex mentions in comments

This commit is contained in:
Bassoonian
2023-12-12 19:02:36 +01:00
parent e4149e83f8
commit e5ac2fe0b1
73 changed files with 228 additions and 228 deletions

View File

@@ -199,7 +199,7 @@ enum {
CURSOR_AREA_IN_BOX,
CURSOR_AREA_IN_PARTY,
CURSOR_AREA_BOX_TITLE,
CURSOR_AREA_BUTTONS, // Party Pokemon and Close Box
CURSOR_AREA_BUTTONS, // Party Pokémon and Close Box
};
#define CURSOR_AREA_IN_HAND CURSOR_AREA_BOX_TITLE // Alt name for cursor area used by Move Items
@@ -6687,8 +6687,8 @@ static void LoadSavedMovingMon(void)
{
if (sIsMonBeingMoved)
{
// If it came from the party load a struct Pokemon,
// otherwise load a BoxPokemon
// If it came from the party load a struct Pokémon,
// otherwise load a BoxPokémon
if (sMovingMonOrigBoxId == TOTAL_BOXES_COUNT)
sStorage->movingMon = sSavedMovingMon;
else