Skip to content

Commit

Permalink
fragment37
Browse files Browse the repository at this point in the history
  • Loading branch information
Maide committed Sep 9, 2024
1 parent 299734f commit 74039f3
Show file tree
Hide file tree
Showing 12 changed files with 881 additions and 49 deletions.
1 change: 1 addition & 0 deletions include/functions.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ void func_8000D970(OSPfs *);
void set_watch_lohi(s32);

u32 osGetCount(void);
OSIntMask osSetIntMask(OSIntMask);;

unsigned long long __ull_rshift(unsigned long long a0, unsigned long long a1);
unsigned long long __ull_rem(unsigned long long a0, unsigned long long a1);
Expand Down
8 changes: 7 additions & 1 deletion include/variables.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,13 @@ extern u8 D_5000000[];
extern u8 D_6000000[];
extern u8 D_8D000000[];
extern void* D_800AA688;

extern u8 D_20144E0[];
extern u8 D_3044260[];
extern u8 D_20289E0[];
extern u8 D_2028A20[];
extern u8 D_2028A60[];
extern u8 D_2028AA0[];
extern u32 D_B0000D10;

typedef struct unk_D_80068BA0 {
/* 0x00 */ char pad00[0x2];
Expand Down
2 changes: 1 addition & 1 deletion src/1CF30.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ void func_8001D560(s16 arg0, s16 arg1, s16 arg2, s16 arg3, u32* arg4, u32* arg5,
func_8001C330(arg0, arg1, arg2, arg3, 0, 0, 0x400, 0x400, arg7);
}

void func_8001D924(u32 arg0) {
void func_8001D924(u8* arg0) {
s32 i;
s32 j;

Expand Down
2 changes: 1 addition & 1 deletion src/1CF30.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ void func_8001CF10(s16 arg0, s16 arg1, s16 arg2, s16 arg3, u32* arg4, s16 arg5,
void func_8001D12C(s16 arg0, s16 arg1, s16 arg2, s16 arg3, u32* arg4, s16 arg5, s32 arg6);
void func_8001D348(s16 arg0, s16 arg1, s16 arg2, s16 arg3, u32* arg4, s16 arg5, s32 arg6);
void func_8001D560(s16 arg0, s16 arg1, s16 arg2, s16 arg3, u32* arg4, u32* arg5, s16 arg6, s32 arg7);
void func_8001D924(u32 arg0);
void func_8001D924(u8* arg0);
void func_8001DBDC(u32 arg0, s16 arg1, s16 arg2, s16 arg3, s16 arg4);
void func_8001E000(s16 arg0, s16 arg1, s16 arg2, f32 arg3, Vtx* arg4, u32 arg5);
Vtx* func_8001E490(void);
Expand Down
14 changes: 5 additions & 9 deletions src/26820.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,18 @@

typedef struct unk_func_8002A728 {
/* 0x00 */ s16 unk_00;
/* 0x04 */ u32* unk_04;
/* 0x04 */ struct unk_func_8002A728* unk_04;
} unk_func_8002A728; // size = 0x8

typedef struct unk_func_80027F24 {
/* 0x00 */ s32 unk_00;
/* 0x04 */ unk_func_8002A728* unk_04;
} unk_func_80027F24; // size = 0x8

typedef struct unk_func_80027FA0 {
/* 0x00 */ u16 unk_00;
/* 0x02 */ char unk02[0x5];
} unk_func_80027FA0; // size = 0x7
/* 0x07 */ u8 unk_07;
} unk_func_80027FA0; // size = 0x8

void func_80026684(s32, s32);
void func_80027F24(unk_func_80027F24*);
void func_80027F40(unk_func_80027F24*);
void func_80027F24(unk_func_8002A728*);
void func_80027F40(unk_func_8002A728*);
void func_80027FA0(unk_func_80027FA0*, s32);
void func_80028070(u16*);
void func_800280D4(s32);
Expand Down
2 changes: 1 addition & 1 deletion src/29BA0.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ void func_8002A6C0(void) {
void func_8002A728(void) {
s32 sp34;
UnkInputStruct8000D738 sp2C;
unk_func_80027F24 sp24;
unk_func_8002A728 sp24;

main_pool_push_state('EMU0');

Expand Down
2 changes: 1 addition & 1 deletion src/4F410.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "global.h"
#include "4F410.h"

#pragma GLOBAL_ASM("asm/us/nonmatchings/4F410/func_8004E810.s")

Expand Down
8 changes: 8 additions & 0 deletions src/4F410.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#ifndef _4F410_H_
#define _4F410_H_

#include "global.h"

void func_8004E810(s32, s32);

#endif // _4F410_H_
2 changes: 1 addition & 1 deletion src/E890.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include "global.h"

void func_8000E840(s32*, u8, u8, u8, u8);
void func_8000E840(Color_RGBA8*, u8, u8, u8, u8);
void func_8000E88C(Vec3f*, f32, f32, f32);
void func_8000EB70(Vec3s*, s16, s16, s16);
void func_8000ED98(s32*);
Expand Down
Loading

0 comments on commit 74039f3

Please sign in to comment.