mirror of
https://github.com/zeldaret/oot
synced 2026-08-19 05:52:22 -04:00
Fix some boot and code data (#2155)
This commit is contained in:
@@ -33,8 +33,11 @@ OSMesgQueue sDmaMgrMsgQueue;
|
||||
OSMesg sDmaMgrMsgBuf[32];
|
||||
OSThread sDmaMgrThread;
|
||||
STACK(sDmaMgrStack, 0x500);
|
||||
|
||||
#if OOT_DEBUG
|
||||
const char* sDmaMgrCurFileName;
|
||||
s32 sDmaMgrCurFileLine;
|
||||
#endif
|
||||
|
||||
u32 gDmaMgrVerbose = 0;
|
||||
size_t gDmaMgrDmaBuffSize = DMAMGR_DEFAULT_BUFSIZE;
|
||||
|
||||
@@ -20,10 +20,12 @@ char sNew[] = "new";
|
||||
char sNew[] = "";
|
||||
#endif
|
||||
|
||||
#if !PLATFORM_N64
|
||||
char D_80134488[0x18] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x00,
|
||||
0xFF, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00,
|
||||
};
|
||||
#endif
|
||||
|
||||
// possibly some kind of new() function
|
||||
void* func_800FC800(u32 size) {
|
||||
|
||||
Reference in New Issue
Block a user