diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-11 17:03:57 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-11 17:03:57 -0400 |
commit | 5422315db5069ba93ddfea39a705122751db2a6d (patch) | |
tree | f0bd224dadb0318e2b3ab601b9cf8f13b645082d /src/berry_pouch.c | |
parent | 6b4b6a54af99da1e1f6439a58285038a5fd11604 (diff) |
through sub_808CF10
Diffstat (limited to 'src/berry_pouch.c')
-rw-r--r-- | src/berry_pouch.c | 2 |
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; } |