summaryrefslogtreecommitdiff
path: root/src/berry_pouch.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-03-11 17:03:57 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-03-11 17:03:57 -0400
commit5422315db5069ba93ddfea39a705122751db2a6d (patch)
treef0bd224dadb0318e2b3ab601b9cf8f13b645082d /src/berry_pouch.c
parent6b4b6a54af99da1e1f6439a58285038a5fd11604 (diff)
through sub_808CF10
Diffstat (limited to 'src/berry_pouch.c')
-rw-r--r--src/berry_pouch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/berry_pouch.c b/src/berry_pouch.c
index a0b2c03a3..01a94c075 100644
--- a/src/berry_pouch.c
+++ b/src/berry_pouch.c
@@ -1258,7 +1258,7 @@ static void Task_ContextMenu_FromPartyGiveMenu(u8 taskId)
static void Task_ContextMenu_FromPokemonPC(u8 taskId)
{
- sResources->exitCallback = sub_808CE60;
+ sResources->exitCallback = Cb2_ReturnToPSS;
gTasks[taskId].func = BerryPouch_StartFadeToExitCallback;
}