mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-14 19:10:25 +00:00
Use enums for settings in SRAM header (#2429)
* Use enums for settings in SRAM header * Fix bss * Uglify z_en_mag to match ique
This commit is contained in:
parent
a64fd8dea8
commit
aba3720d62
17 changed files with 68 additions and 60 deletions
|
@ -29,7 +29,7 @@
|
|||
#include "z64thread.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" \
|
||||
"ntsc-1.2:78 pal-1.0:76 pal-1.1:76"
|
||||
"ntsc-1.2:72 pal-1.0:70 pal-1.1:70"
|
||||
|
||||
StackEntry sDmaMgrStackInfo;
|
||||
OSMesgQueue sDmaMgrMsgQueue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue