fix typo src (#654)

* fix typo src

* fix non matcing

* Update code_80091750.c

---------

Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
coco875
2024-08-16 23:38:16 +02:00
committed by GitHub
parent eae28fa550
commit 81fe450051
46 changed files with 505 additions and 501 deletions
+2 -2
View File
@@ -91,7 +91,7 @@ void func_800AFC54(Vtx *arg0, s32 arg1, s32 arg2, s32 arg3, s16 arg4[3]) {
a1 = &arg0[arg1];
a2 = &arg0[arg2];
a3 = &arg0[arg3];
a3 = &arg0[arg3];
saved1 = a2->v.ob[0];
saved2 = a2->v.ob[1];
@@ -154,7 +154,7 @@ void func_800AFF58(Vtx *arg0) {
UNUSED u32 pad88[26];
s32 i, j;
s16 sp40[12][3];
for (i = 0, j = 0; i < ARRAY_COUNT(sp40); i++, j += 4) {
func_800AFC54(&arg0[j], 1, 2, 0, sp40[i]);
}