summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2021-11-10 00:35:06 -0800
committertheo3 <arisstephenson2@gmail.com>2021-11-10 00:35:06 -0800
commit313cc336f21fcf81e3e336b4fe45ca5053771f93 (patch)
tree9733b9af938fd26c5a6e56013af9c8a915de105e /src/main.c
parente6eeeefc50d5e7e4578443ea1f976de694fdb852 (diff)
thumb interwork finished
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index bff9997b..c69d07fa 100644
--- a/src/main.c
+++ b/src/main.c
@@ -118,7 +118,7 @@ static void sub_08055F70(void) {
}
DispReset(0);
- sub_08016B34();
+ EnableVBlankIntr();
}
#define SOFT_RESET_KEYS (A_BUTTON | B_BUTTON | SELECT_BUTTON | START_BUTTON)