diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2022-01-09 22:02:34 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-09 20:02:34 -0700 |
| commit | dd05d49f5f854cbd98a2995efa02db6935923636 (patch) | |
| tree | 86edec090da89e89d346ba6a65dd91dbefe56623 /src/code_800AF9B0.h | |
| parent | bc99dedb8bc0d8a1f6fed20e36ed60a3ed70b01b (diff) | |
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 <tyler.taggerung@gmail.com>
Diffstat (limited to 'src/code_800AF9B0.h')
| -rw-r--r-- | src/code_800AF9B0.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
