From dd05d49f5f854cbd98a2995efa02db6935923636 Mon Sep 17 00:00:00 2001 From: Tyler McGavran Date: Sun, 9 Jan 2022 22:02:34 -0500 Subject: Update the GfxPool struct and match some functions (#134) * Update the GfxPool struct and match some functions Also reordered variables.h a bit * Match 2 more functions * Replace reaming ->buffer references with ->mtxPool Update the mips_to_c output of a couple functions based on new GfxPool definition Signed-off-by: Taggerung --- src/code_800AF9B0.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/code_800AF9B0.h') diff --git a/src/code_800AF9B0.h b/src/code_800AF9B0.h index 535298cb6..46f7ab4ef 100644 --- a/src/code_800AF9B0.h +++ b/src/code_800AF9B0.h @@ -14,6 +14,7 @@ union GrandPrixPointsUnion /* Function Prototypes */ void func_800AF9B0(); +void func_800B0004(); void func_800B053C(struct Controller*, u16); void func_800B13B0(struct Controller*, u16); void func_800B15AC(struct Controller*, u16); -- cgit v1.2.3