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
+1 -1
View File
@@ -776,7 +776,7 @@ static void DestroyCreditsWindow(void)
}
}
static bool32 DoOverworldMapScrollScene(UNUSED u8 unused)
static bool32 DoOverworldMapScrollScene(u8 whichMon)
{
switch (sCreditsMgr->subseqno)
{