diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-01-21 06:59:13 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-21 06:59:13 -0600 |
commit | 0db23bc215000bbad41968ba5a650e55f86ceb71 (patch) | |
tree | 2d42133425d9f4bd20b04b80d506668318ee9283 /src/main.c | |
parent | 8a60952fc01ada92e029be488481a29da32f47eb (diff) | |
parent | e0fbd5daad0646c77d1f587d2763bc707df5d417 (diff) |
Merge pull request #164 from DizzyEggg/decompile_option_menu
Decompile option menu
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c index 07b7d9147..d4601293b 100644 --- a/src/main.c +++ b/src/main.c @@ -29,7 +29,7 @@ extern void MapMusicMain(void); extern void EnableInterrupts(u16); extern void sub_8033648(void); extern u16 SetFlashTimerIntr(u8 timerNum, void (**intrFunc)(void)); -extern void remove_some_task(void); +extern void ScanlineEffect_Stop(void); extern struct SoundInfo gSoundInfo; extern u32 gFlashMemoryPresent; @@ -425,7 +425,7 @@ void DoSoftReset(void) { REG_IME = 0; m4aSoundVSyncOff(); - remove_some_task(); + ScanlineEffect_Stop(); DmaStop(1); DmaStop(2); DmaStop(3); |