diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-04 08:49:05 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-05 22:43:26 -0400 |
commit | 56d822f9e3fe9ed65377151c0b839e4eaa7caea9 (patch) | |
tree | b12164fe944f4d340bcbed1aa1e599d8d1d4f757 /src/pokedex.c | |
parent | b5dbdbc4b918b1fd3b60084ea92ce9ad6830733b (diff) |
Renaming
Diffstat (limited to 'src/pokedex.c')
-rw-r--r-- | src/pokedex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokedex.c b/src/pokedex.c index 711dc69fa..d35e4b5d1 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -1694,7 +1694,7 @@ static void Task_ClosePokedex(u8 taskId) gSaveBlock2.pokedex.unknown1 = 0; gSaveBlock2.pokedex.order = gPokedexView->dexOrder; DestroyTask(taskId); - SetMainCallback2(sub_805469C); + SetMainCallback2(c2_exit_to_overworld_1_sub_8080DEC); m4aMPlayVolumeControl(&gMPlay_BGM, 0xFFFF, 0x100); } } |