diff options
| author | fig02 <fig02srl@gmail.com> | 2025-04-06 22:32:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-06 22:32:40 -0400 |
| commit | 80564bf40b7891eb38eae56b7e3c1780c080a075 (patch) | |
| tree | 2fa33ef47c350d0061609fafd12f6210e8338ae4 /src/code/main.c | |
| parent | 5133db15a3d3f554e7936a600ff358a6aa38540a (diff) | |
variables.h cleaning: migrate libultra variables (#2503)
* variables.h cleaning: migrate libultra variables
* another increment_block_number
* fix bss
Diffstat (limited to 'src/code/main.c')
| -rw-r--r-- | src/code/main.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/code/main.c b/src/code/main.c index ab330cb33..c4a85b0ee 100644 --- a/src/code/main.c +++ b/src/code/main.c @@ -2,6 +2,9 @@ #include "ultra64.h" #include "versions.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:0 ntsc-1.1:0 ntsc-1.2:0 pal-1.0:0 pal-1.1:0" + // Declared before including other headers for BSS ordering extern uintptr_t gSegments[NUM_SEGMENTS]; @@ -37,8 +40,8 @@ extern struct IrqMgr gIrqMgr; #include "global.h" -#pragma increment_block_number "gc-eu:32 gc-eu-mq:32 gc-jp:32 gc-jp-ce:32 gc-jp-mq:32 gc-us:32 gc-us-mq:32 ique-cn:32" \ - "ntsc-1.0:0 ntsc-1.1:0 ntsc-1.2:0 pal-1.0:254 pal-1.1:254" +#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" extern u8 _buffersSegmentEnd[]; |
