summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-01-21 23:20:13 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2018-01-21 23:20:13 -0500
commitd4e8c20f840996049f269ffcd22d7e3feb489696 (patch)
tree48b8deab17118064ae33bf8924569c834416cb96 /src/main.c
parentd35cf06854be09a6bcf5ceb63cdb54cefd6d48a2 (diff)
parentf57340b729d741acae17213c9c748738fcc1dcb3 (diff)
Merge branch 'master' into link
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 822aeda21..9f3a815b0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -23,6 +23,8 @@
#include "intro.h"
#include "main.h"
+extern void sub_800B9B8(void);
+extern u8 gUnknown_03002748;
extern u32 *gUnknown_0203CF5C;
static void VBlankIntr(void);
@@ -405,7 +407,7 @@ void DoSoftReset(void)
{
REG_IME = 0;
m4aSoundVSyncOff();
- remove_some_task();
+ ScanlineEffect_Stop();
DmaStop(1);
DmaStop(2);
DmaStop(3);