mirror of
https://github.com/n64decomp/mk64
synced 2026-08-29 08:20:00 -04:00
@@ -1692,7 +1692,7 @@ void func_8002B9CC(Player *player, s8 arg1, UNUSED s32 arg2) {
|
||||
func_8008C73C(player, arg1);
|
||||
}
|
||||
}
|
||||
temp = (-(s16)func_802B5224(player->pos, &player->rotX));
|
||||
temp = (-(s16)get_angle_between_points(player->pos, &player->rotX));
|
||||
temp2 = (player->unk_02C[1] - player->unk_0C0);
|
||||
temp = temp - temp2;
|
||||
player->unk_234 = temp / 182;
|
||||
@@ -1735,7 +1735,7 @@ void func_8002BB9C(Player *player, f32 *arg1, f32 *arg2, UNUSED s8 arg3, UNUSED
|
||||
|
||||
func_802B63B8(sp4C, sp64);
|
||||
|
||||
var_v0 = -(s16)func_802B5224(sp58, sp4C);
|
||||
var_v0 = -(s16)get_angle_between_points(sp58, sp4C);
|
||||
t0 = player->unk_02C[1];
|
||||
var_v0 = 0x10000 + (t0 - var_v0);
|
||||
var_v0 /= 182;
|
||||
@@ -2156,7 +2156,7 @@ void func_8002D028(Player *player, s8 arg1) {
|
||||
sp4C[1] = 0;
|
||||
sp4C[2] = D_80165230[D_80165270[arg1]];
|
||||
|
||||
temp = -(s16)func_802B5224(player->pos, sp4C);
|
||||
temp = -(s16)get_angle_between_points(player->pos, sp4C);
|
||||
temp2 = player->unk_02C[1];
|
||||
temp = (temp - temp2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user