Document Pokemon Summary Screen, 1
This commit is contained in:
+2
-2
@@ -1827,9 +1827,9 @@ static void TradeMenuCB_2(void)
|
||||
if (!gPaletteFade.active)
|
||||
{
|
||||
if (sTradeMenuResourcesPtr->tradeMenuCursorPosition < 6)
|
||||
ShowPokemonSummaryScreen(gPlayerParty, sTradeMenuResourcesPtr->tradeMenuCursorPosition, sTradeMenuResourcesPtr->partyCounts[0] - 1, CB2_ReturnToTradeMenuFromSummary, 4);
|
||||
ShowPokemonSummaryScreen(gPlayerParty, sTradeMenuResourcesPtr->tradeMenuCursorPosition, sTradeMenuResourcesPtr->partyCounts[0] - 1, CB2_ReturnToTradeMenuFromSummary, PSS_MODE_TRADE);
|
||||
else
|
||||
ShowPokemonSummaryScreen(gEnemyParty, sTradeMenuResourcesPtr->tradeMenuCursorPosition - 6, sTradeMenuResourcesPtr->partyCounts[1] - 1, CB2_ReturnToTradeMenuFromSummary, 4);
|
||||
ShowPokemonSummaryScreen(gEnemyParty, sTradeMenuResourcesPtr->tradeMenuCursorPosition - 6, sTradeMenuResourcesPtr->partyCounts[1] - 1, CB2_ReturnToTradeMenuFromSummary, PSS_MODE_TRADE);
|
||||
FreeAllWindowBuffers();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user