1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-12 09:50:50 +00:00

func_800E4198

This commit is contained in:
zelda2774 2021-08-28 16:47:16 +02:00
parent c2cfdcd46d
commit 797a882c62
5 changed files with 130 additions and 315 deletions

View file

@ -3161,7 +3161,6 @@ extern FaultThreadStruct gFaultStruct;
//extern ? D_8016B6B5;
//extern ? D_8016B6B8;
extern OSMesgQueue D_8016B6E0;
//extern u32 D_8016B780;
//extern ? D_8016B7A8;
//extern ? D_8016B7AC;
//extern ? D_8016B7B0;

View file

@ -823,13 +823,13 @@ typedef struct {
} SampleDmaReq; // size = 0x10
typedef struct {
s32 unk_00;
s32 unk_04;
s32 unk_08;
s32 unk_0C;
u32 unk_10;
u32 unk_14;
} RelocInfo;
/* 0x00 */ s32 index1;
/* 0x04 */ s32 index2;
/* 0x08 */ s32 baseAddr1;
/* 0x0C */ s32 baseAddr2;
/* 0x10 */ u32 medium1; // medium1
/* 0x14 */ u32 medium2; // medium2
} RelocInfo; // size = 0x18
typedef enum {
/* 0 */ SEQUENCE_TABLE,