mirror of
https://github.com/HarbourMasters/Starship
synced 2026-05-23 06:54:39 -04:00
func_8008BCBC
This commit is contained in:
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user