Attempt to decompile guScale

This commit is contained in:
Ryan Dwyer
2021-01-29 17:12:06 +10:00
parent 7fe26ca89e
commit 1d96c871af
5 changed files with 17 additions and 51 deletions
+2 -2
View File
@@ -14,6 +14,6 @@
void func0f000880(void)
{
func000500e4(&var800a3448, 0.1, 0.1, 0.1);
func000500e4(&var800a3488, 0.2, 0.2, 0.2);
guScale(&var800a3448, 0.1, 0.1, 0.1);
guScale(&var800a3488, 0.2, 0.2, 0.2);
}