Solved a bunch of -Wall errors on modern
This commit is contained in:
+1
-2
@@ -1097,8 +1097,7 @@ static u16 GetNPCRoomGraphicsId(void)
|
||||
return sNPCTable[sNpcId].graphicsId;
|
||||
}
|
||||
|
||||
// Unused
|
||||
static u8 GetInWildMonRoom(void)
|
||||
static bool8 UNUSED GetInWildMonRoom(void)
|
||||
{
|
||||
return sInWildMonRoom;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user