diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/menu_helpers.h | 2 | ||||
-rw-r--r-- | include/overworld.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/menu_helpers.h b/include/menu_helpers.h index d26f50483..fda77d1b6 100644 --- a/include/menu_helpers.h +++ b/include/menu_helpers.h @@ -15,7 +15,7 @@ struct YesNoFuncTable }; bool16 RunTextPrinters_CheckActive(u8 textPrinterId); -bool32 sub_80BF72C(void); +bool32 MenuHelpers_CallLinkSomething(void); bool8 sub_80BF748(void); bool8 MenuHelpers_LinkSomething(void); void SetVBlankHBlankCallbacksToNull(void); diff --git a/include/overworld.h b/include/overworld.h index 87b6bc309..f5cb1987e 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -146,7 +146,7 @@ bool8 BGMusicStopped(void); bool8 IsMapTypeIndoors(u8 mapType); bool32 Overworld_IsBikingAllowed(void); void Overworld_ResetStateAfterDigEscRope(void); -bool32 sub_8058244(void); +bool32 Overworld_LinkRecvQueueLengthMoreThan2(void); u8 GetCurrentMapType(void); u8 GetLastUsedWarpMapType(void); |