Fix arg type decl in MapHasPreviewScreen

This commit is contained in:
PikalaxALT
2020-03-09 09:56:00 -04:00
parent 6676e5bcb8
commit 02aed8fc8e
+1 -1
View File
@@ -51,7 +51,7 @@ struct MapPreviewScreen
u16 MapPreview_CreateMapNameWindow(u8 id);
void MapPreview_SetFlag(u16 a0);
u16 MapPreview_GetDuration(u8 id);
bool8 MapHasPreviewScreen(u8 mapsec, bool8 type);
bool8 MapHasPreviewScreen(u8 mapsec, u8 type);
bool32 ForestMapPreviewScreenIsRunning(void);
const struct MapPreviewScreen * GetDungeonMapPreviewScreenInfo(u8 mapsec);
bool32 MapHasPreviewScreen_HandleQLState2(u8 mapsec, u8 type);