diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-09 09:56:00 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-09 09:56:00 -0400 |
commit | 02aed8fc8e2496cc62873fc52de54c89f0b9ac83 (patch) | |
tree | 05e2c9607d600aa3d36c9d3c8a3b2ca172b66a4c | |
parent | 6676e5bcb8345eaa2dc1e1999a8de3ac534bfdbf (diff) |
Fix arg type decl in MapHasPreviewScreen
-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); |