func_8008BCBC

This commit is contained in:
Alejandro Javier Asenjo Nitti
2023-10-13 06:51:15 -03:00
parent c44165920a
commit e4e0bf93dd
2 changed files with 6 additions and 4 deletions
+2
View File
@@ -5,6 +5,8 @@
void func_80085944(void);
void func_8008A4DC(void);
void func_8008B044(void);
void func_8008B1B0(void);
void func_8008B2F0(void);
void func_8008B5B0(f32, f32);
void func_8008B734(void);
+4 -4
View File
@@ -132,13 +132,13 @@ void func_8008BC80(void) {
s32 func_8008BCBC(s32 arg0) {
s32 temp = 10;
s32 ret;
if (arg0 < 0) {
arg0 = (s64) -arg0;
arg0 = (s64)-arg0;
}
ret = 1;
while (arg0 >= temp) {
ret++;
temp *= 10;