summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-01-16 18:59:06 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-01-16 18:59:06 +0100
commita6072ae293b0c0c3577b280274a2fd755033ab9f (patch)
treed90376ea9fb8289d666829736e0aeb6adbdce19f /src/main.c
parent11cb3275cc53c2bcea4fdcfe11d9d9d429ee9c02 (diff)
decompile option menu
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
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);