1
0
Fork 0
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:
fig02 2025-04-16 08:22:42 -04:00 committed by GitHub
parent 0c5282ba66
commit 655ec77138
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 92 additions and 54 deletions

View file

@ -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;