mirror of
https://github.com/zeldaret/oot
synced 2026-07-11 15:18:59 -04:00
Some functions.h and variables.h work (#2491)
* sort fuctions and variables * bss
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include "stackcheck.h"
|
||||
#include "terminal.h"
|
||||
#include "versions.h"
|
||||
#include "vi_mode.h"
|
||||
#include "z64thread.h"
|
||||
|
||||
#include "global.h"
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
#include "region.h"
|
||||
#include "terminal.h"
|
||||
#include "versions.h"
|
||||
#include "vi_mode.h"
|
||||
#include "z_locale.h"
|
||||
|
||||
#include "macros.h"
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user