summaryrefslogtreecommitdiff
path: root/include/functions.h
diff options
context:
space:
mode:
authorpetrie911 <69443847+petrie911@users.noreply.github.com>2024-02-10 12:09:27 -0600
committerGitHub <noreply@github.com>2024-02-10 15:09:27 -0300
commit25694f9d493c3dfbd92084605af5f36332a43817 (patch)
treeb1066f92fa35b2652eec20834caa024201be8778 /include/functions.h
parentb435e2b63fc6fec4d7affdb4e46e6310d23e3e77 (diff)
Finished Ve1, added permuter macros, fixed an error in Player struct (#121)
* format * format * cleanup * offsets
Diffstat (limited to 'include/functions.h')
-rw-r--r--include/functions.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/functions.h b/include/functions.h
index 62562fa7..c66f4cdf 100644
--- a/include/functions.h
+++ b/include/functions.h
@@ -514,6 +514,7 @@ void func_80095604(Player*);
void func_80094954(Effect*);
void func_80094BBC(Effect*);
void func_80094D20(f32, f32);
+void func_80096A74(Player* player);
// fox_97F80
void func_80098860(Plane* plane, Vec3f* point, Vec3f* normal);
@@ -531,7 +532,7 @@ void func_800A1FB0(Gfx**, u8 , u8);
void func_800A24DC(s32);
void func_800A26C0(void);
void func_800A25DC(void);
-Actor* func_800A3608(s32);
+Actor* func_800A3608(ObjectId);
// fox_A4290
bool func_800A3690(Vec3f*, Vec3f*, s32, Vec3f*);
@@ -611,8 +612,8 @@ void func_menu_80187520(u32, void*);
void func_menu_8019E8D0(void);
void func_i1_80198414(void);
-s32 func_i1_801937F4(s32, Gfx**, Vec3f*, Vec3f*, void*);
-void func_i1_80193D64(s32, Vec3f*, void*);
+// s32 func_i1_801937F4(s32, Gfx**, Vec3f*, Vec3f*, void*);
+// void func_i1_80193D64(s32, Vec3f*, void*);
void func_ending_8018A96C(void);
void func_ending_8018AAC4(void);