Decompile func0f04911c

This commit is contained in:
Ryan Dwyer
2020-02-16 23:22:03 +10:00
parent 8452507c4a
commit 02d3c70a06
3 changed files with 14 additions and 62 deletions
+1 -1
View File
@@ -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
View File
@@ -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