diff options
| author | fig02 <fig02srl@gmail.com> | 2025-04-25 21:12:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-25 21:12:35 -0400 |
| commit | 25b2fa4bca1f1d2d155db2610191af1075e813b3 (patch) | |
| tree | 9c7c4565b76ffbbb7c4ef2dff806e7691b18c508 /src/code/main.c | |
| parent | d4528a0541603ca126bc9c734b9c56bb094211cf (diff) | |
macros.h 3/5: Split various macros (#2512)
* split out various macros
* fix
* fix2
* fix dw
* libc path
* fix macro
* does this fix bss
* fix bss
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 43556b52b..6a5dae80e 100644 --- a/src/code/main.c +++ b/src/code/main.c @@ -45,7 +45,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:35 ntsc-1.1:35 ntsc-1.2:35 pal-1.0:33 pal-1.1:33" + "ique-cn:0 ntsc-1.0:34 ntsc-1.1:34 ntsc-1.2:34 pal-1.0:32 pal-1.1:32" extern u8 _buffersSegmentEnd[]; |
