1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-13 02:10:57 +00:00

Some functions.h and variables.h work (#2491)

* sort fuctions and variables

* bss
This commit is contained in:
fig02 2025-03-26 16:08:10 -04:00 committed by GitHub
parent 05faab33f1
commit ecf65e797e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 69 additions and 45 deletions

View file

@ -5,6 +5,7 @@
#include "stackcheck.h"
#include "terminal.h"
#include "versions.h"
#include "vi_mode.h"
#include "z64thread.h"
#include "global.h"

View file

@ -5,6 +5,7 @@
#include "region.h"
#include "terminal.h"
#include "versions.h"
#include "vi_mode.h"
#include "z_locale.h"
#include "macros.h"

View file

@ -35,8 +35,8 @@
#include "global.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:12 pal-1.0:10 pal-1.1:10"
#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:20" \
"pal-1.0:18 pal-1.1:18"
StackEntry sDmaMgrStackInfo;
OSMesgQueue sDmaMgrMsgQueue;