Some fixes (#577)

* Mini improvements

* Fix some splits
This commit is contained in:
dbalatoni13 2025-04-01 02:17:36 +02:00 committed by GitHub
parent 53f19c4f6c
commit 4b0737d49c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 25 additions and 21 deletions

View file

@ -240,7 +240,7 @@ s32 fn_1_4088(unkStruct6 *arg0, u8 arg1, u8 arg2, s32 arg3, unkStruct4 **arg4, s
arg0->unk68 = 0x1E;
}
if ((arg0->unk68 > 0) && (arg5 == 0)) {
arg0->unk68 = (arg0->unk68 - 1);
arg0->unk68--;
}
else {
var_r28 = (arg0->unk64 / 7) < (arg0->unk60 / 7);

View file

@ -1,4 +1,5 @@
#include "game/object.h"
#include "math.h"
void fn_1_68(omObjData *object);