diff options
| author | Ryan Myers <ryan.p.myers@gmail.com> | 2024-01-05 10:53:32 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-05 09:53:32 -0600 |
| commit | ec3bc32c5cc3d36b242f42ffb8514c32a87d153b (patch) | |
| tree | 531ab9dda2f11e417897c6c2619ebe7f97997332 /include/sf64math.h | |
| parent | fb7cf7ce657df62e3bf83dd3fbfd2f8a04556ba9 (diff) | |
sf_77e40 - Match 30 more funcs (#69)
* Match func_8007C9E0
* Match func_8007CAF0
* Match func_8007CC00
* Match func_8007CCBC
* Match func_8007CD7C
* Match func_8007CEBC
* Match func_8007CF30
* Match 4 more funcs
* Match 5 more funcs
* Match func_8007D2F4
* Match func_8007D55C
* func_8007D748
* Match several more
* Match func_8007DB70
* Match func_8007DED4
* Match func_8007E014
* Match another handful
* obj2F4->unk_0E8 -> obj2F4->vel
* Object_8C.unk_54 -> Object_8C.vel
* obj80->unk_64 -> obj80->vel
* obj408->unk_06C -> obj408->vel
* Name gravity
* obj8C names
* Run make format
Diffstat (limited to 'include/sf64math.h')
| -rw-r--r-- | include/sf64math.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sf64math.h b/include/sf64math.h index 3e0babeb..be59d173 100644 --- a/include/sf64math.h +++ b/include/sf64math.h @@ -63,7 +63,7 @@ void Matrix_Push(Matrix** mtxStack); void Matrix_Pop(Matrix** mtxStack); void Matrix_Mult(Matrix*, Matrix*, u8); void Matrix_Translate(Matrix*, f32, f32, f32, u8); -void Matrix_Scale(Matrix*, f32, f32, f32, u8); +void Matrix_Scale(Matrix* mtx, f32 xScale, f32 yScale, f32 zScale, u8 mode); void Matrix_RotateX(Matrix*, f32, u8); void Matrix_RotateY(Matrix*, f32, u8); void Matrix_RotateZ(Matrix*, f32, u8); |
