1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-10 17:00:19 +00:00

Cleanup gSPMatrix, rename Matrix_New -> Matrix_Finalize, add MATRIX_FINALIZE_AND_LOAD (#1983)

* clean up gSPMatrix usage

* add weird hybrid macro gSPMATRIX_SET_NEW

* Matrix_NewMtx, MATRIX_NEW -> Matrix_Finalize, MATRIX_FINALIZE

* gSPMATRIX_SET_NEW -> MATRIX_FINALIZE_AND_LOAD

* format
This commit is contained in:
Dragorn421 2024-09-11 09:59:23 +02:00 committed by GitHub
parent 2e79b83bb8
commit 5441559b30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
268 changed files with 702 additions and 1272 deletions

View file

@ -2269,7 +2269,7 @@ Matrix_TranslateRotateZYX = 0x800AB78C; // type:func
Matrix_SetTranslateRotateYXZ = 0x800ABAE0; // type:func
Matrix_MtxFToMtx = 0x800ABC8C; // type:func
Matrix_ToMtx = 0x800ABEA8; // type:func
Matrix_NewMtx = 0x800ABED0; // type:func
Matrix_Finalize = 0x800ABED0; // type:func
Matrix_MtxFToNewMtx = 0x800ABEFC; // type:func
Matrix_MultVec3f = 0x800ABF28; // type:func
Matrix_MtxFCopy = 0x800ABFE0; // type:func