Remove BINANG_ROT180 (#1241)

This commit is contained in:
Dragorn421
2022-06-22 13:10:01 -07:00
committed by GitHub
parent e4884e0cb9
commit 81ab6fe831
3 changed files with 62 additions and 63 deletions
-1
View File
@@ -76,7 +76,6 @@ typedef struct {
/* 0x06 */ s16 yaw; // azimuthal angle
} VecSph; // size = 0x08
#define BINANG_ROT180(angle) ((s16)((angle) - 0x7FFF))
#define BINANG_SUB(a, b) ((s16)((a) - (b)))
#define LERP(x, y, scale) (((y) - (x)) * (scale) + (x))