diff options
author | Martin Griffin <martinrgriffin@gmail.com> | 2019-12-27 14:50:07 +0000 |
---|---|---|
committer | Martin Griffin <martinrgriffin@gmail.com> | 2019-12-27 16:31:07 +0000 |
commit | 8fb5ce57900a607348d7d6d01ce9f699867d0c2b (patch) | |
tree | 8e729050f6f175f7ae8824b015219774e6a53ab9 /src/seagallop.c | |
parent | 4d7a5b165f96dd1788364523eb160041157d3004 (diff) |
Decompile field_screen_effect
Diffstat (limited to 'src/seagallop.c')
-rw-r--r-- | src/seagallop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/seagallop.c b/src/seagallop.c index cf07f9880..10ea97fec 100644 --- a/src/seagallop.c +++ b/src/seagallop.c @@ -303,7 +303,7 @@ static void Task_Seagallop_1(u8 taskId) static void Task_Seagallop_2(u8 taskId) { ScrollBG(); - if (sub_8055FC4() && !gPaletteFade.active) + if (BGMusicStopped() && !gPaletteFade.active) { Task_Seagallop_3(); HelpSystem_Enable(); |