mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-14 03:44:34 +00:00
[PAL N64] Completely match pal-1.0 and pal-1.1 and add to CI (#2246)
* [PAL N64] Match pal-1.0 and pal-1.1 and add to CI * bss fixes from Jenkins
This commit is contained in:
parent
04498f808f
commit
f7f38ff874
30 changed files with 71 additions and 48 deletions
|
@ -4,7 +4,7 @@
|
|||
extern uintptr_t gSegments[NUM_SEGMENTS];
|
||||
|
||||
#pragma increment_block_number "gc-eu:252 gc-eu-mq:252 gc-jp:252 gc-jp-ce:252 gc-jp-mq:252 gc-us:252 gc-us-mq:252" \
|
||||
"ntsc-1.2:128"
|
||||
"ntsc-1.2:128 pal-1.0:128 pal-1.1:128"
|
||||
|
||||
extern struct PreNmiBuff* gAppNmiBufferPtr;
|
||||
extern struct Scheduler gScheduler;
|
||||
|
@ -23,7 +23,7 @@ extern struct IrqMgr gIrqMgr;
|
|||
#endif
|
||||
|
||||
#pragma increment_block_number "gc-eu:160 gc-eu-mq:160 gc-jp:160 gc-jp-ce:160 gc-jp-mq:160 gc-us:160 gc-us-mq:160" \
|
||||
"ntsc-1.2:156"
|
||||
"ntsc-1.2:156 pal-1.0:154 pal-1.1:154"
|
||||
|
||||
extern u8 _buffersSegmentEnd[];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue