summaryrefslogtreecommitdiff
path: root/arm9/lib/src/FX.c
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/lib/src/FX.c')
-rw-r--r--arm9/lib/src/FX.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/lib/src/FX.c b/arm9/lib/src/FX.c
index fa6fa6ba..f39b1995 100644
--- a/arm9/lib/src/FX.c
+++ b/arm9/lib/src/FX.c
@@ -6,7 +6,7 @@ void FX_Init(){
return;
}
-s32 FX_Modf(s32 x, s32 *iptr){
+fx32 FX_Modf(fx32 x, fx32 *iptr){
if (x >= 0)
{
*iptr = x & 0x7FFFF000;