Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1CF30 #110

Merged
merged 1 commit into from
Aug 21, 2024
Merged

1CF30 #110

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions include/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,19 @@ typedef struct unk_D_86002F30 {
/* 0x08 */ unk_func_8001BCF0** unk_08;
} unk_D_86002F30; // size >= 0xC

struct UnkInputStruct8000D738 {
s32 unk0;
s32 unk4;
};

struct UnkStruct800AA660 {
/* 0x0000 */ OSThread thread;
char padding1B0[0x2030];
/* 0x21E0 */ OSMesg mesg;
/* 0x21E4 */ OSMesgQueue queue;
/* 0x21FC */ s32 unk21FC;
/* 0x2200 */ s32 unk2200;
/* 0x2204 */ struct UnkInputStruct8000D738 unk2204;
};

#endif
6 changes: 6 additions & 0 deletions include/math.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@ typedef struct {
/* 0x8 */ f32 z;
} Vec3f; // size = 0xC

typedef struct {
/* 0x0 */ s16 x;
/* 0x2 */ s16 y;
/* 0x4 */ s16 z;
} Vec3s; // size = 0x6

#endif
20 changes: 20 additions & 0 deletions include/variables.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,24 @@ extern s16 D_8780FA32;
extern s16 D_8780FA34;
extern s16 D_8780FA36;

typedef struct unk_D_800AC870_sub {
/* 0x00 */ s16 unk_00;
/* 0x02 */ s16 unk_02;
/* 0x04 */ u8* unk_04;
/* 0x08 */ u8* unk_08;
} unk_D_800AC870_sub; // size = 0xC

typedef struct unk_D_800AC870 {
/* 0x00 */ unk_D_800AC870_sub unk_00[6];
/* 0x48 */ void* unk_48;
/* 0x4C */ s32 unk_4C;
/* 0x50 */ u8 unk_50;
/* 0x51 */ s8 unk_51;
/* 0x52 */ u8 unk_52;
/* 0x53 */ u8 unk_53;
} unk_D_800AC870; // size = 0x54
extern unk_D_800AC870* D_800AC870;

extern Gfx D_8006F498[];

#endif
Loading
Loading