diff options
| author | mzxrules <mzxrules@gmail.com> | 2025-02-05 15:07:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-05 21:07:19 +0100 |
| commit | 54939bac3ac972a24918d3fdc97d58199ff54bc9 (patch) | |
| tree | 2cf92ea6a9fc16316cc98368f9e004426fff98e5 /src/code/main.c | |
| parent | 8b82eb1ff7d0672fb24066bdf2fa8965f0e63337 (diff) | |
Reduce overlay dependencies on global.h (3) (#2449)
* kill more global.h references
* .format.py
* bss
* ique
Diffstat (limited to 'src/code/main.c')
| -rw-r--r-- | src/code/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/main.c b/src/code/main.c index d31f7cd21..e654bb05c 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:128 ntsc-1.0:122 ntsc-1.1:122 ntsc-1.2:122 pal-1.0:120 pal-1.1:120" + "ique-cn:160 ntsc-1.0:136 ntsc-1.1:136 ntsc-1.2:136 pal-1.0:134 pal-1.1:134" extern u8 _buffersSegmentEnd[]; |
