mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-23 11:50:18 +01:00
Fixed softlock when pressing the start button while in link room
This commit is contained in:
parent
df8dfd9a65
commit
224b9a1549
@ -283,14 +283,10 @@ static void BuildStartMenuActions(void)
|
||||
{
|
||||
BuildMultiPartnerRoomStartMenu();
|
||||
}
|
||||
#ifdef TX_DEBUGGING
|
||||
if (TX_DEBUG_MENU_OPTION)
|
||||
{
|
||||
BuildDebugStartMenu();
|
||||
}
|
||||
#if defined(TX_DEBUGGING) && TX_DEBUG_MENU_OPTION
|
||||
else
|
||||
{
|
||||
BuildNormalStartMenu();
|
||||
BuildDebugStartMenu();
|
||||
}
|
||||
#else
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user