diff options
-rw-r--r-- | include/map_preview_screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/map_preview_screen.h b/include/map_preview_screen.h index 24bf52e9a..a287c6f89 100644 --- a/include/map_preview_screen.h +++ b/include/map_preview_screen.h @@ -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); |