summaryrefslogtreecommitdiff
path: root/src/code/main.c
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2025-04-19 22:04:08 -0400
committerGitHub <noreply@github.com>2025-04-19 22:04:08 -0400
commit2278bcb2c3383553d136216a7fc1600cd86485f3 (patch)
tree5aaf0522d10f2c0f0ec43653bb136ba603099b7a /src/code/main.c
parent655ec771387927eda89d89b5bc2751192b075909 (diff)
Remove Variables.h; Decouple z64.h from global.h (#2507)
* progress * z64.h issues sorted * remove variables.h * format * n64 fix * another fix * did the wrong fix * fix libleo * fix bss * review * remove instead of comment
Diffstat (limited to 'src/code/main.c')
-rw-r--r--src/code/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/main.c b/src/code/main.c
index 8a7c12a9e..8a1fc820a 100644
--- a/src/code/main.c
+++ b/src/code/main.c
@@ -43,7 +43,7 @@ extern struct IrqMgr gIrqMgr;
#include "global.h"
#pragma increment_block_number "gc-eu:128 gc-eu-mq:128 gc-jp:128 gc-jp-ce:128 gc-jp-mq:128 gc-us:128 gc-us-mq:128" \
- "ique-cn:0 ntsc-1.0:56 ntsc-1.1:56 ntsc-1.2:56 pal-1.0:54 pal-1.1:54"
+ "ique-cn:0 ntsc-1.0:35 ntsc-1.1:35 ntsc-1.2:35 pal-1.0:33 pal-1.1:33"
extern u8 _buffersSegmentEnd[];