Fix arg type decl in MapHasPreviewScreen
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user