diff --git a/src/dynamic_placeholder_text_util.c b/src/dynamic_placeholder_text_util.c index 63f49748b..48b40d0cd 100644 --- a/src/dynamic_placeholder_text_util.c +++ b/src/dynamic_placeholder_text_util.c @@ -89,8 +89,8 @@ static const u8 sTextColorTable[] = void DynamicPlaceholderTextUtil_Reset(void) { - s32 i; - for (i = 0; i < NELEMS(sStringPointers); i++) + int i; + for (i = 0; i < (int)NELEMS(sStringPointers); i++) sStringPointers[i] = NULL; }