diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2019-04-02 13:35:52 +0200 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-02 16:28:38 -0500 |
commit | baa187665b102b0210ecd7296aaaf0de512d3e87 (patch) | |
tree | dda624acf585ee44f10740b20745a8aa2a489592 /src/mauville_old_man.c | |
parent | 2745cdc7d26e84d7efc5349519a494610390e130 (diff) |
Document a bit of script menu and battle anims
Diffstat (limited to 'src/mauville_old_man.c')
-rw-r--r-- | src/mauville_old_man.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mauville_old_man.c b/src/mauville_old_man.c index ddd3f931e..8bb9cb6e4 100644 --- a/src/mauville_old_man.c +++ b/src/mauville_old_man.c @@ -1193,7 +1193,7 @@ static void Task_StoryListMenu(u8 taskId) // Task_StoryListMenu gSpecialVar_Result = 1; sSelectedStory = selection; } - sub_80E2A78(sStorytellerWindowId); + ClearToTransparentAndRemoveWindow(sStorytellerWindowId); DestroyTask(taskId); EnableBothScriptContexts(); break; |