func_80AB27B4 OK

This commit is contained in:
tom-overton 2021-11-01 18:23:05 -07:00
parent c267867f2d
commit f342801e4e
2 changed files with 15 additions and 3 deletions

View File

@ -71,7 +71,15 @@ extern UNK_TYPE D_0600D8E8;
#pragma GLOBAL_ASM("asm/non_matchings/overlays/ovl_Obj_Tokeidai/func_80AB2790.s")
#pragma GLOBAL_ASM("asm/non_matchings/overlays/ovl_Obj_Tokeidai/func_80AB27B4.s")
void func_80AB27B4(ObjTokeidai* this) {
s32 temp;
temp = (s32)(this->unk_170 * 0.010986328f) % 0x1E;
this->unk_168 = temp;
this->unk_14C = temp * 2184.5334f;
this->unk_14E = 0x3C;
this->unk_150 = 0;
}
#pragma GLOBAL_ASM("asm/non_matchings/overlays/ovl_Obj_Tokeidai/func_80AB2834.s")

View File

@ -13,14 +13,18 @@ typedef struct ObjTokeidai {
/* 0x0000 */ Actor actor;
/* 0x0144 */ void* unk_144;
/* 0x0148 */ void* unk_148;
/* 0x014C */ char unk_14C[0x8];
/* 0x014C */ s16 unk_14C;
/* 0x014E */ s16 unk_14E;
/* 0x0150 */ s16 unk_150;
/* 0x0152 */ char unk_152[0x2];
/* 0x0154 */ s16 unk_154;
/* 0x0156 */ s16 unk_156;
/* 0x0158 */ char unk_158[0x6];
/* 0x015E */ s16 unk_15E;
/* 0x0160 */ s16 unk_160;
/* 0x0162 */ s16 unk_162;
/* 0x0164 */ char unk_164[0x8];
/* 0x0164 */ char unk_164[0x4];
/* 0x0168 */ s32 unk_168;
/* 0x016C */ s32 unk_16C;
/* 0x0170 */ u16 unk_170;
/* 0x0174 */ ObjTokeidaiActionFunc actionFunc;