diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-11 18:26:02 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-04-11 18:26:02 -0400 |
commit | 915694e8a7a5967d76bcbe544d671bb2f962f608 (patch) | |
tree | 66f4a81ea18239c4ef38d57788793b3f907ba6e2 /src/scrcmd.c | |
parent | c5e238b8c12f58ae2043587c610bcd70215d39e2 (diff) |
Documentation of oak_speech
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r-- | src/scrcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c index 12b35daa4..33859f8c6 100644 --- a/src/scrcmd.c +++ b/src/scrcmd.c @@ -1567,7 +1567,7 @@ bool8 ScrCmd_braillemessage(struct ScriptContext *ctx) ptr = (u8 *)ctx->data[0]; sub_80F6E9C(); - sub_80F6EE4(0, 1); + DrawDialogueFrame(0, 1); AddTextPrinterParameterized(0, 6, ptr, 0, 1, 0, NULL); return FALSE; } |