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
22 changed files with 69 additions and 45 deletions
+2 -1
View File
@@ -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[];