summaryrefslogtreecommitdiff
path: root/src/code/main.c
diff options
context:
space:
mode:
authormzxrules <mzxrules@gmail.com>2025-02-12 15:50:46 -0500
committerGitHub <noreply@github.com>2025-02-12 21:50:46 +0100
commit494aecc9fcb258675aa2f92979d673049f67ac2f (patch)
tree339e3df335f02f2a0e27eb1c97548060beacf1db /src/code/main.c
parent1d2c912fbb3eb3363eaf56bd8e4c96203c99ceaa (diff)
Reduce overlay dependencies on global.h (5) (#2466)
* remove global.h dependency from all actors * fix compiler error * fix another build issue * fix bss
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 e654bb05c..73d9f796a 100644
--- a/src/code/main.c
+++ b/src/code/main.c
@@ -24,7 +24,7 @@ extern struct IrqMgr gIrqMgr;
#endif
#pragma increment_block_number "gc-eu:144 gc-eu-mq:144 gc-jp:144 gc-jp-ce:144 gc-jp-mq:144 gc-us:144 gc-us-mq:144" \
- "ique-cn:160 ntsc-1.0:136 ntsc-1.1:136 ntsc-1.2:136 pal-1.0:134 pal-1.1:134"
+ "ique-cn:160 ntsc-1.0:137 ntsc-1.1:137 ntsc-1.2:137 pal-1.0:135 pal-1.1:135"
extern u8 _buffersSegmentEnd[];