mirror of
https://github.com/zeldaret/oot
synced 2026-06-15 06:31:03 -04:00
Some functions.h and variables.h work (#2491)
* sort fuctions and variables * bss
This commit is contained in:
+2
-1
@@ -16,6 +16,7 @@ extern struct IrqMgr gIrqMgr;
|
||||
#include "audiomgr.h"
|
||||
#include "debug_arena.h"
|
||||
#include "fault.h"
|
||||
#include "gfx.h"
|
||||
#include "padmgr.h"
|
||||
#include "prenmi_buff.h"
|
||||
#include "regs.h"
|
||||
@@ -34,7 +35,7 @@ extern struct IrqMgr gIrqMgr;
|
||||
#include "global.h"
|
||||
|
||||
#pragma increment_block_number "gc-eu:32 gc-eu-mq:32 gc-jp:32 gc-jp-ce:32 gc-jp-mq:32 gc-us:32 gc-us-mq:32 ique-cn:32" \
|
||||
"ntsc-1.0:13 ntsc-1.1:13 ntsc-1.2:13 pal-1.0:11 pal-1.1:11"
|
||||
"ntsc-1.0:6 ntsc-1.1:6 ntsc-1.2:6 pal-1.0:4 pal-1.1:4"
|
||||
|
||||
extern u8 _buffersSegmentEnd[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user