summaryrefslogtreecommitdiff
path: root/src/scrcmd.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-02-07 12:48:47 -0500
committerhuderlem <huderlem@gmail.com>2020-02-08 14:31:17 -0600
commit084bd669244d03e75a08fb618199fd4e8aaf784a (patch)
tree128c94793acc52afe7819930892d5dfca63b6d2b /src/scrcmd.c
parentfaeb974c46275f466a4f4d513734d8bccf4485ab (diff)
Document Trainer Card
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r--src/scrcmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c
index 0e52f5953..2e01e32a0 100644
--- a/src/scrcmd.c
+++ b/src/scrcmd.c
@@ -1304,7 +1304,7 @@ bool8 ScrCmd_cmdDB(struct ScriptContext *ctx)
if (msg == NULL)
msg = (const u8 *)ctx->data[0];
- sub_81973A4();
+ LoadMessageBoxAndBorderGfx();
DrawDialogueFrame(0, 1);
AddTextPrinterParameterized(0, 1, msg, 0, 1, 0, 0);
return FALSE;