Properly fix sqrtf constants

This commit is contained in:
gamemasterplc 2024-11-09 15:49:29 -06:00
parent 4a4967d4a3
commit ce70fc74af
17 changed files with 29 additions and 32 deletions

View file

@ -14,8 +14,8 @@
#include "game/pad.h"
#include "game/printfunc.h"
#include "game/wipe.h"
#include "math.h"
#include "rel_sqrt_consts.h"
// MSM Definitions
static s8 *msmSeGetIndexPtr(s16 datano);