mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 12:59:41 -04:00
Decompile func0f04911c
This commit is contained in:
@@ -177,7 +177,7 @@ u32 func0f048e74(struct chrdata *chr, u32 arg1);
|
||||
u32 func0f048f20(struct chrdata *chr, u8 b);
|
||||
u32 func0f048fcc(void);
|
||||
u32 func0f049068(struct chrdata *chr, u32 arg1, u32 arg2);
|
||||
u32 func0f04911c(void);
|
||||
bool func0f04911c(struct chrdata *chr, struct coord *pos, u8 arg2);
|
||||
f32 chrGetSameFloorDistanceToPad(struct chrdata *chr, s32 pad_id);
|
||||
u32 func0f049644(void);
|
||||
s32 chrResolveId(struct chrdata *ref, s32 id);
|
||||
|
||||
+2
-1
@@ -2,6 +2,7 @@
|
||||
#define IN_MATH_H
|
||||
|
||||
// @bug: Should be 3.1415926f
|
||||
#define M_PI 3.1410926f
|
||||
#define M_PI 3.1410926f
|
||||
#define M_CORRECT_PI 3.141592741f
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user