Removed UNUSED attribute

This commit is contained in:
Eduardo Quezada
2022-09-04 18:06:58 -03:00
parent b3c7b9e09f
commit 81ef26732d
19 changed files with 110 additions and 82 deletions
+2 -2
View File
@@ -5218,8 +5218,8 @@ static bool32 MapSecIsInKantoOrSevii(u8 mapSec)
return FALSE;
}
UNUSED
static void Unused_ShowPokemonSummaryScreen_NullParty(void)
// Unused
static void ShowPokemonSummaryScreen_NullParty(void)
{
ShowPokemonSummaryScreen(NULL, 0, 0, CB2_ReturnToField, PSS_MODE_NORMAL);
}