func_80AB3880 OK

This commit is contained in:
tom-overton 2021-11-02 00:08:55 -07:00
parent e92ac3cf13
commit e3344dfe63
1 changed files with 8 additions and 1 deletions

View File

@ -318,7 +318,14 @@ void func_80AB3240(ObjTokeidai* this, GlobalContext* globalCtx) {
#pragma GLOBAL_ASM("asm/non_matchings/overlays/ovl_Obj_Tokeidai/func_80AB3808.s")
#pragma GLOBAL_ASM("asm/non_matchings/overlays/ovl_Obj_Tokeidai/func_80AB3880.s")
void func_80AB3880(ObjTokeidai* this, GlobalContext* globalCtx) {
if (this->unk_154 > 0) {
this->unk_154--;
} else {
this->actionFunc = func_80AB3808;
this->unk_154 = 0;
}
}
void func_80AB38B0(ObjTokeidai* this, GlobalContext* globalCtx) {
this->unk_160 += this->unk_154;