summaryrefslogtreecommitdiff
path: root/src/code/z_message.c
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2022-07-23 14:57:47 -0400
committerGitHub <noreply@github.com>2022-07-23 14:57:47 -0400
commit260be2c36b2c0edd6459ed75173202bf722a89cb (patch)
tree06b14ce56d6edfe8cc8056fe8fea5b6edf5aad9e /src/code/z_message.c
parenteff952b9446b11123f51de438959771b999ec2bd (diff)
Hex Cleanup (#960)
* Hex Cleanup * PR Suggestions
Diffstat (limited to 'src/code/z_message.c')
-rw-r--r--src/code/z_message.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_message.c b/src/code/z_message.c
index 1e76578bb..ac8936674 100644
--- a/src/code/z_message.c
+++ b/src/code/z_message.c
@@ -229,7 +229,7 @@ void func_8014CCB4(PlayState* play, s16* decodedBufPos, s32* offset, f32* arg3)
s32 k = *offset;
f32 f = *arg3;
- Font_LoadChar(play, 0x838B, k); // 0x838b = ル in JISX0213
+ Font_LoadChar(play, 0x838B, k); // 0x838B = ル in JISX0213
k += FONT_CHAR_TEX_SIZE;
msgCtx->decodedBuffer.wchar[t] = 0x838B;
t += 1;