mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-23 20:00:17 +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();
|
BuildMultiPartnerRoomStartMenu();
|
||||||
}
|
}
|
||||||
#ifdef TX_DEBUGGING
|
#if defined(TX_DEBUGGING) && TX_DEBUG_MENU_OPTION
|
||||||
if (TX_DEBUG_MENU_OPTION)
|
|
||||||
{
|
|
||||||
BuildDebugStartMenu();
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
BuildNormalStartMenu();
|
BuildDebugStartMenu();
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user