mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-29 19:52:18 -04:00
More matches in code_80091750 (#575)
* More matches in code_80091750 Fixed some missing balign directives in some assembly files. A lot of these matches are dependent on flattening a bunch of arrays, which feels icky but makes matching possible. Signed-off-by: Taggerung <tyler.taggerung@email.com> * Matched another function Updated the attempts for a couple others Signed-off-by: Taggerung <tyler.taggerung@email.com> --------- Signed-off-by: Taggerung <tyler.taggerung@email.com> Co-authored-by: Taggerung <tyler.taggerung@email.com>
This commit is contained in:
+566
-746
File diff suppressed because it is too large
Load Diff
+12
-12
@@ -186,7 +186,7 @@ void func_8009AB7C(s32);
|
||||
void func_8009AD78(s32, s32);
|
||||
void func_8009B0A4(s32, u32);
|
||||
void func_8009B538(s32, s32, s32, s32, s32);
|
||||
s32 func_8009B8C4(u64*);
|
||||
u16 *func_8009B8C4(u64*);
|
||||
void func_8009B938(void);
|
||||
void func_8009B954(MkTexture*);
|
||||
void func_8009B998(void);
|
||||
@@ -453,14 +453,14 @@ extern Unk_D_800E70A0 D_800E70E8[];
|
||||
extern Unk_D_800E70A0 D_800E7108[][4];
|
||||
extern Unk_D_800E70A0 D_800E7148[];
|
||||
extern Unk_D_800E70A0 D_800E7168[];
|
||||
extern Unk_D_800E70A0 D_800E7188[][4];
|
||||
extern Unk_D_800E70A0 D_800E7188[];
|
||||
extern Unk_D_800E70A0 D_800E7208[][2];
|
||||
extern Unk_D_800E70A0 D_800E7248[];
|
||||
extern Unk_D_800E70A0 D_800E7258[];
|
||||
extern Unk_D_800E70A0 D_800E7268[];
|
||||
extern Unk_D_800E70A0 D_800E7278[];
|
||||
extern Unk_D_800E70A0 D_800E72F8;
|
||||
extern Unk_D_800E70A0 D_800E7300[][4];
|
||||
extern Unk_D_800E70A0 D_800E7300[];
|
||||
extern Unk_D_800E70A0 D_800E7360[];
|
||||
extern Unk_D_800E70A0 D_800E7380[];
|
||||
extern Unk_D_800E70A0 D_800E7390[];
|
||||
@@ -513,17 +513,17 @@ extern char *D_800E7860[];
|
||||
extern char *D_800E7868[];
|
||||
extern char *D_800E7878[];
|
||||
extern char *D_800E7884[];
|
||||
extern char *D_800E7890[][4];
|
||||
extern char *D_800E78D0[][3];
|
||||
extern char *D_800E7900[][3];
|
||||
extern char *D_800E7890[];
|
||||
extern char *D_800E78D0[];
|
||||
extern char *D_800E7900[];
|
||||
extern char *D_800E7918[];
|
||||
extern char *D_800E7920[];
|
||||
extern char *D_800E7928[];
|
||||
extern char *D_800E7930[];
|
||||
extern char *D_800E7938[];
|
||||
extern char *D_800E7940[][4];
|
||||
extern char *D_800E7940[];
|
||||
extern char *D_800E7980[];
|
||||
extern char *D_800E798C[][7];
|
||||
extern char *D_800E798C[];
|
||||
extern char *D_800E7A34[];
|
||||
extern char *D_800E7A3C[];
|
||||
extern char *D_800E7A44;
|
||||
@@ -562,7 +562,7 @@ extern MkTexture *D_800E8174[];
|
||||
extern MkTexture *D_800E817C[];
|
||||
extern MkTexture *D_800E81E4[];
|
||||
extern MkTexture *D_800E822C[];
|
||||
extern MkTexture *D_800E8234[][2];
|
||||
extern MkTexture *D_800E8234[];
|
||||
extern MkTexture *D_800E824C[];
|
||||
extern MkTexture *D_800E8254[];
|
||||
extern MkTexture *D_800E8274[];
|
||||
@@ -591,9 +591,9 @@ extern s8 D_800E852C;
|
||||
extern f32 D_800E8530;
|
||||
extern f32 D_800E8534;
|
||||
extern Unk_D_800E70A0 D_800E8538[];
|
||||
extern Unk_D_800E70A0 D_800E8540[][4];
|
||||
extern Unk_D_800E70A0 D_800E85C0[][4];
|
||||
extern Unk_D_800E70A0 D_800E8600[][4];
|
||||
extern Unk_D_800E70A0 D_800E8540[];
|
||||
extern Unk_D_800E70A0 D_800E85C0[];
|
||||
extern Unk_D_800E70A0 D_800E8600[];
|
||||
|
||||
extern s32 gControllerPak1NumPagesFree;
|
||||
extern s32 gControllerPak1FileNote;
|
||||
|
||||
Reference in New Issue
Block a user