mirror of
https://github.com/n64decomp/mk64
synced 2026-09-02 09:41:46 -04:00
Label mtx variables in GfxPool (#424)
This commit is contained in:
@@ -759,7 +759,7 @@ UNUSED void func_80028F5C(UNUSED s32 arg0, UNUSED s32 arg1, UNUSED s32 arg2, UNU
|
||||
}
|
||||
|
||||
void func_80028F70(void) {
|
||||
D_80164AF0 = 0;
|
||||
gMatrixEffectCount = 0;
|
||||
func_80028E70(gPlayerOneCopy, camera1, 0, 0);
|
||||
func_80028E70(gPlayerTwo, camera1, 1, 0);
|
||||
func_80028E70(gPlayerThree, camera1, 2, 0);
|
||||
@@ -771,7 +771,7 @@ void func_80028F70(void) {
|
||||
}
|
||||
|
||||
void func_80029060(void) {
|
||||
D_80164AF0 = 0;
|
||||
gMatrixEffectCount = 0;
|
||||
func_80028E70(gPlayerOneCopy, camera1, 0, 0);
|
||||
func_80028E70(gPlayerTwo, camera1, 1, 0);
|
||||
func_80028E70(gPlayerThree, camera1, 2, 0);
|
||||
@@ -787,7 +787,7 @@ void func_80029150(void) {
|
||||
}
|
||||
|
||||
void func_80029158(void) {
|
||||
D_80164AF0 = 0;
|
||||
gMatrixEffectCount = 0;
|
||||
func_80028E70(gPlayerOneCopy, camera1, 0, 0);
|
||||
func_80028E70(gPlayerTwo, camera1, 1, 0);
|
||||
func_80028E70(gPlayerThree, camera1, 2, 0);
|
||||
|
||||
Reference in New Issue
Block a user