mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-14 11:00:41 +00:00
variables.h: migrate all remaining varaibles, remove other dependencies except z64.h (#2505)
* move remaining variables from variables.h * fix other dependencies * extra newline * fix and adjust comment * is this the problem * fix bss
This commit is contained in:
parent
0c5282ba66
commit
655ec77138
35 changed files with 92 additions and 54 deletions
|
@ -22,7 +22,9 @@
|
|||
#include "libc64/sprintf.h"
|
||||
#include "libu64/debug.h"
|
||||
#include "attributes.h"
|
||||
#include "carthandle.h"
|
||||
#include "fault.h"
|
||||
#include "idle.h"
|
||||
#if PLATFORM_IQUE
|
||||
#include "inflate.h"
|
||||
#endif
|
||||
|
@ -41,8 +43,8 @@
|
|||
|
||||
#include "global.h"
|
||||
|
||||
#pragma increment_block_number "gc-eu:0 gc-eu-mq:0 gc-jp:0 gc-jp-ce:0 gc-jp-mq:0 gc-us:0 gc-us-mq:0 ntsc-1.2:22" \
|
||||
"pal-1.0:20 pal-1.1:20"
|
||||
#pragma increment_block_number "gc-eu:0 gc-eu-mq:0 gc-jp:0 gc-jp-ce:0 gc-jp-mq:0 gc-us:0 gc-us-mq:0 ntsc-1.2:36" \
|
||||
"pal-1.0:34 pal-1.1:34"
|
||||
|
||||
StackEntry sDmaMgrStackInfo;
|
||||
OSMesgQueue sDmaMgrMsgQueue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue