From a622448029e7849361d2aabcd2138ed0de207dd1 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 5 Apr 2020 20:30:45 -0400 Subject: More quest log documentation amid other stuff --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 77f668e6f..5ba87aaa0 100644 --- a/src/main.c +++ b/src/main.c @@ -176,7 +176,7 @@ static void InitMainCallbacks(void) gSaveBlock2Ptr = &gSaveBlock2; gSaveBlock1Ptr = &gSaveBlock1; gSaveBlock2.encryptionKey = 0; - gUnknown_3005E88 = 0; + gQuestLogPlaybackState = 0; } static void CallCallbacks(void) -- cgit v1.2.3 From ea207f6334676be3abb6a8b03065364fa0027ee1 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 8 Apr 2020 17:03:26 -0400 Subject: Clean up includes --- src/main.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 5ba87aaa0..be025c79f 100644 --- a/src/main.c +++ b/src/main.c @@ -1,20 +1,14 @@ #include "global.h" -#include "bg.h" -#include "gpu_regs.h" +#include "gflib.h" #include "link.h" #include "link_rfu.h" #include "load_save.h" -#include "main.h" #include "m4a.h" #include "random.h" -#include "dma3.h" #include "gba/flash_internal.h" #include "help_system.h" -#include "sound.h" #include "new_menu_helpers.h" -#include "malloc.h" #include "overworld.h" -#include "sprite.h" #include "play_time.h" #include "intro.h" #include "battle_controllers.h" -- cgit v1.2.3