diff options
| author | fig02 <fig02srl@gmail.com> | 2025-04-11 02:10:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-11 02:10:19 -0400 |
| commit | 0c5282ba66bec5eba8f11fa5922b893b1deed7e7 (patch) | |
| tree | 4a403e973b6b248ed110e4d781f423946dcaf4ea /src/code/main.c | |
| parent | 80564bf40b7891eb38eae56b7e3c1780c080a075 (diff) | |
variables.h cleaning: migrate audio variables (#2504)
* migrate audio variables, fix libultra thing
* remove extra newlines
* fix
* add required pragmas
* fix bss
* audio table fixes
* 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 c4a85b0ee..434f999f5 100644 --- a/src/code/main.c +++ b/src/code/main.c @@ -41,7 +41,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:49 ntsc-1.1:49 ntsc-1.2:49 pal-1.0:47 pal-1.1:47" + "ique-cn:0 ntsc-1.0:51 ntsc-1.1:51 ntsc-1.2:51 pal-1.0:49 pal-1.1:49" extern u8 _buffersSegmentEnd[]; |
