* Push a fixed point matrix to the stack * Use GetMatrix() before calling this */
| 31 | * Use GetMatrix() before calling this |
| 32 | */ |
| 33 | void AddMatrixFixed(std::deque<Mtx>& stack, s32 flags) { |
| 34 | // Load the matrix |
| 35 | gSPMatrix(gDisplayListHead++, &stack.back(), flags); |
| 36 | } |
| 37 | |
| 38 | // Used in func_80095BD0 |
| 39 | void SetTextMatrix(Mat4 mf, f32 x, f32 y, f32 arg3, f32 arg4) { |
nothing calls this directly
no outgoing calls
no test coverage detected