From dcf8af218e03034e7a7425d04b74dc56cda01925 Mon Sep 17 00:00:00 2001 From: engineer124 Date: Thu, 29 Sep 2022 21:32:11 -0400 Subject: [PATCH] add comment --- src/code/z_parameter.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/code/z_parameter.c b/src/code/z_parameter.c index c2fd698f3..e7a2c3526 100644 --- a/src/code/z_parameter.c +++ b/src/code/z_parameter.c @@ -1493,6 +1493,9 @@ void Interface_UpdateHudAlphas(PlayState* play, s16 dimmingAlpha) { } } +/** + * A continuation of the if-else chain from Interface_UpdateButtonsPart1 + */ void Interface_UpdateButtonsPart2(PlayState* play) { MessageContext* msgCtx = &play->msgCtx; InterfaceContext* interfaceCtx = &play->interfaceCtx;