mirror of
https://github.com/n64decomp/mk64
synced 2026-06-02 09:39:59 -04:00
Some matches for code_80091750 (#258)
Managed to get some arcane fake matches for some long standing non-matching functions Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
This commit is contained in:
+1012
-1282
File diff suppressed because it is too large
Load Diff
+10
-3
@@ -127,8 +127,9 @@ void func_8009A640(s32, s32, s32, MkAnimation*);
|
||||
void func_8009A6D4();
|
||||
void func_8009A76C(s32, s32, s32, s32);
|
||||
void func_8009A7EC(s32, s32, s32, s32, s32);
|
||||
void func_8009A878(struct_8018DEE0_entry*);
|
||||
void func_8009A944(struct_8018DEE0_entry*, s32);
|
||||
MkTexture *func_8009A878(struct_8018DEE0_entry*);
|
||||
MkTexture *func_8009A944(struct_8018DEE0_entry*, s32);
|
||||
s32 func_8009B8C4(u64*);
|
||||
void func_8009B938();
|
||||
void func_8009B954(MkTexture*);
|
||||
void func_8009B998();
|
||||
@@ -148,6 +149,7 @@ void func_8009E280();
|
||||
void func_8009E5BC();
|
||||
void func_8009E620();
|
||||
void add_8018D9E0_entry(s32, s32, s32, s8);
|
||||
void func_800A08D8(u8, s32, s32);
|
||||
void func_800A0AD0(struct_8018D9E0_entry*);
|
||||
void func_800A11D0(struct_8018D9E0_entry*, s32, s32);
|
||||
void func_800A15EC(struct_8018D9E0_entry*);
|
||||
@@ -186,14 +188,18 @@ void func_800A939C(struct_8018D9E0_entry*, s32);
|
||||
void func_800A940C(struct_8018D9E0_entry*, s32);
|
||||
void func_800A94C8(struct_8018D9E0_entry*, s32, s32);
|
||||
void func_800A954C(struct_8018D9E0_entry*);
|
||||
void func_800A9710(struct_8018D9E0_entry*);
|
||||
void func_800AAB90(struct_8018D9E0_entry*);
|
||||
void func_800AADD4(struct_8018D9E0_entry*);
|
||||
void func_800AAE18(struct_8018D9E0_entry*);
|
||||
struct_8018D9E0_entry *func_800AAE68();
|
||||
struct_8018D9E0_entry *func_800AAEB4(s32);
|
||||
struct_8018D9E0_entry *find_8018D9E0_entry_dupe(s32);
|
||||
struct_8018D9E0_entry *find_8018D9E0_entry(s32);
|
||||
s32 func_800AAF70(s32);
|
||||
s32 func_800AAF70(s32);
|
||||
void func_800AAF94(struct_8018D9E0_entry*, s32);
|
||||
s32 func_800AAFCC(s32);
|
||||
void func_800AB020(struct_8018D9E0_entry*);
|
||||
void func_800AB098(struct_8018D9E0_entry*);
|
||||
void func_800AB260(struct_8018D9E0_entry*);
|
||||
void func_800AB290(struct_8018D9E0_entry*);
|
||||
@@ -264,6 +270,7 @@ extern f32 D_800F24B4;
|
||||
extern f32 D_800F24B8;
|
||||
extern f64 D_800F24C0;
|
||||
extern s32 D_80165754;
|
||||
extern s32 D_8018D9B0;
|
||||
extern s8 D_8018D9D9;
|
||||
extern struct_8018D9E0_entry D_8018D9E0[D_8018D9E0_SIZE]; // D_8018D9E0
|
||||
extern struct_8018DEE0_entry D_8018DEE0[D_8018DEE0_SIZE]; // D_8018DEE0
|
||||
|
||||
Reference in New Issue
Block a user