mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-25 04:40:17 +01:00
Merge pull request #14 from AsparagusEduardo/PR_debugMenu_softlock
Fixed softlock when pressing the start button while in link room
This commit is contained in:
commit
3e2cb0fa6a
@ -283,21 +283,17 @@ static void BuildStartMenuActions(void)
|
||||
{
|
||||
BuildMultiPartnerRoomStartMenu();
|
||||
}
|
||||
#ifdef TX_DEBUGGING
|
||||
if (TX_DEBUG_MENU_OPTION)
|
||||
{
|
||||
BuildDebugStartMenu();
|
||||
}
|
||||
else
|
||||
{
|
||||
BuildNormalStartMenu();
|
||||
}
|
||||
#else
|
||||
else
|
||||
{
|
||||
BuildNormalStartMenu();
|
||||
}
|
||||
#endif
|
||||
#if defined(TX_DEBUGGING) && TX_DEBUG_MENU_OPTION
|
||||
else
|
||||
{
|
||||
BuildDebugStartMenu();
|
||||
}
|
||||
#else
|
||||
else
|
||||
{
|
||||
BuildNormalStartMenu();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
static void AddStartMenuAction(u8 action)
|
||||
|
Loading…
x
Reference in New Issue
Block a user