From 96b58c024c4742f542eff60f3cefbfa850d33136 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Tue, 31 Dec 2024 17:05:29 -0300 Subject: [PATCH] oops --- include/constants/regions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/constants/regions.h b/include/constants/regions.h index e943c80a6f..9e2122b9ea 100644 --- a/include/constants/regions.h +++ b/include/constants/regions.h @@ -15,7 +15,7 @@ enum Region REGION_HISUI, REGION_PALDEA, REGION_COUNT, -} +}; // TODO: Since there's no current multi-region support, we have this constant for the purposes of regional form comparisons. #define REGION_CURRENT REGION_HOENN