From 0273c3502084c9e380f60b7cae28cf937ca69b11 Mon Sep 17 00:00:00 2001 From: Veslyquix <74559742+Veslyquix@users.noreply.github.com> Date: Sun, 18 Aug 2024 06:35:51 -0400 Subject: [PATCH] Comment helpbox.c --- src/helpbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpbox.c b/src/helpbox.c index 07e4f56a..c79f2e2f 100644 --- a/src/helpbox.c +++ b/src/helpbox.c @@ -468,7 +468,7 @@ void HelpBoxIntroDrawTexts(struct ProcHelpBoxIntro * proc) otherProc->pretext_lines = proc->pretext_lines; - // TODO: Unknown? Seems pointless, but needed for match + // GetStringFromIndex writes to sMsgString.buffer1, which is then used by StringInsertSpecialPrefixByCtrl a couple lines later GetStringFromIndex(proc->msg); otherProc->string = StringInsertSpecialPrefixByCtrl();