diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-17 00:49:51 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-04-17 13:33:29 -0400 |
commit | cd2a99b7c44bb875135c2c97589ecc160dad71f0 (patch) | |
tree | 736b4f3231174b7277d02af49cfb4938c914253f /src/pokemon_summary_screen.c | |
parent | 96dabc1a7f991a57d955723f67989e2d4101f2bd (diff) |
Doc storage - misc cleanup, some item/cursor
Diffstat (limited to 'src/pokemon_summary_screen.c')
-rw-r--r-- | src/pokemon_summary_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_summary_screen.c b/src/pokemon_summary_screen.c index 92d2f5073..8f16321b2 100644 --- a/src/pokemon_summary_screen.c +++ b/src/pokemon_summary_screen.c @@ -1569,7 +1569,7 @@ static void ChangeSummaryPokemon(u8 taskId, s8 delta) else delta = 3; } - monId = sub_80D214C(sMonSummaryScreen->monList.boxMons, sMonSummaryScreen->curMonIndex, sMonSummaryScreen->maxMonIndex, delta); + monId = AdvanceStorageMonIndex(sMonSummaryScreen->monList.boxMons, sMonSummaryScreen->curMonIndex, sMonSummaryScreen->maxMonIndex, delta); } else if (IsMultiBattle() == TRUE) { |