summaryrefslogtreecommitdiff
path: root/src/oak_speech.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-05-24 14:59:35 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-05-24 14:59:35 -0400
commit5c965f5357c09a9eaaad029441401498e0877966 (patch)
tree2b8049c703ac29c8a0e35ec63db11f277ba850c5 /src/oak_speech.c
parent23c07589f5c515cbf16db08881142b6ae76dc5ee (diff)
Rename fixed point math routines again
Diffstat (limited to 'src/oak_speech.c')
-rw-r--r--src/oak_speech.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/oak_speech.c b/src/oak_speech.c
index 63cb35806..3779090a3 100644
--- a/src/oak_speech.c
+++ b/src/oak_speech.c
@@ -1418,8 +1418,8 @@ static void Task_OakSpeech39(u8 taskId)
PlaySE(SE_WARP_IN);
r0 = data[2];
data[2] -= 32;
- x = invfx16(r0 - 8);
- y = invfx16(data[2] - 16);
+ x = Q_8_8_inv(r0 - 8);
+ y = Q_8_8_inv(data[2] - 16);
SetBgAffine(2, 0x7800, 0x5400, 0x78, 0x54, x, y, 0);
if (data[2] <= 96)
{