summaryrefslogtreecommitdiff
path: root/src/code/main.c
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2025-03-26 16:08:10 -0400
committerGitHub <noreply@github.com>2025-03-26 16:08:10 -0400
commitecf65e797ea688c2b25af6993b8e0791ffb8d5e0 (patch)
treeb182bef413fc6325617045157caf4c2e531af799 /src/code/main.c
parent05faab33f12b6be2f4bd8e71175f055c70a0f183 (diff)
Some functions.h and variables.h work (#2491)
* sort fuctions and variables * bss
Diffstat (limited to 'src/code/main.c')
-rw-r--r--src/code/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code/main.c b/src/code/main.c
index 8a52882d0..fffc72194 100644
--- a/src/code/main.c
+++ b/src/code/main.c
@@ -16,6 +16,7 @@ extern struct IrqMgr gIrqMgr;
#include "audiomgr.h"
#include "debug_arena.h"
#include "fault.h"
+#include "gfx.h"
#include "padmgr.h"
#include "prenmi_buff.h"
#include "regs.h"
@@ -34,7 +35,7 @@ extern struct IrqMgr gIrqMgr;
#include "global.h"
#pragma increment_block_number "gc-eu:32 gc-eu-mq:32 gc-jp:32 gc-jp-ce:32 gc-jp-mq:32 gc-us:32 gc-us-mq:32 ique-cn:32" \
- "ntsc-1.0:13 ntsc-1.1:13 ntsc-1.2:13 pal-1.0:11 pal-1.1:11"
+ "ntsc-1.0:6 ntsc-1.1:6 ntsc-1.2:6 pal-1.0:4 pal-1.1:4"
extern u8 _buffersSegmentEnd[];