From bb72dcf19dc13d07234b50fbaabb7e5f74f1ac63 Mon Sep 17 00:00:00 2001 From: Slawter666 <38655737+Slawter666@users.noreply.github.com> Date: Wed, 17 Oct 2018 02:53:05 +0100 Subject: Further synchronisation --- src/pokemon_storage_system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pokemon_storage_system.c') diff --git a/src/pokemon_storage_system.c b/src/pokemon_storage_system.c index 971d7daf7..c1143495d 100644 --- a/src/pokemon_storage_system.c +++ b/src/pokemon_storage_system.c @@ -377,7 +377,7 @@ void sub_80961A8(void) { gUnknown_02038474 = gPokemonStorageSystemPtr->unk_0005; gFieldCallback = FieldCB_ReturnToOverworld; - SetMainCallback2(c2_exit_to_overworld_2_switch); + SetMainCallback2(CB2_ReturnToField); } void ResetPokemonStorageSystem(void) -- cgit v1.2.3