Document Pokemon Summary Screen, 1
This commit is contained in:
+1
-1
@@ -3125,7 +3125,7 @@ static void CB2_ShowPokemonSummaryScreen(void)
|
||||
{
|
||||
if (gPartyMenu.menuType == PARTY_MENU_TYPE_IN_BATTLE)
|
||||
UpdatePartyToBattleOrder();
|
||||
ShowPokemonSummaryScreen(gPlayerParty, gPartyMenu.slotId, gPlayerPartyCount - 1, CB2_ReturnToPartyMenuFromSummaryScreen, 0);
|
||||
ShowPokemonSummaryScreen(gPlayerParty, gPartyMenu.slotId, gPlayerPartyCount - 1, CB2_ReturnToPartyMenuFromSummaryScreen, PSS_MODE_NORMAL);
|
||||
}
|
||||
|
||||
static void CB2_ReturnToPartyMenuFromSummaryScreen(void)
|
||||
|
||||
Reference in New Issue
Block a user