diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-27 11:45:08 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-27 11:45:08 -0500 |
commit | c93915120f23a9545ff0743f506af3d58a1fabff (patch) | |
tree | d65b99ef51fd89f5a12a12163d849d65c6ab22f2 /src/shop.c | |
parent | 456c817338e3ce899e524eff603f47c583de24aa (diff) |
Port many field_effect.c names from Emerald
Diffstat (limited to 'src/shop.c')
-rw-r--r-- | src/shop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shop.c b/src/shop.c index efbbbd979..5a9ee6b95 100644 --- a/src/shop.c +++ b/src/shop.c @@ -336,7 +336,7 @@ static void Task_GoToBuyOrSellMenu(u8 taskId) static void MapPostLoadHook_ReturnToShopMenu(void) { - sub_807DC00(); + FadeInFromBlack(); CreateTask(Task_ReturnToShopMenu, 8); } |