From 0626d80651a43dfdd970fac1dbd0a074cf8e4764 Mon Sep 17 00:00:00 2001 From: Sarge-117 Date: Thu, 1 Sep 2022 17:13:34 -0700 Subject: [PATCH] Fix missed comma --- soh/soh/Enhancements/randomizer/randomizerTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/randomizer/randomizerTypes.h b/soh/soh/Enhancements/randomizer/randomizerTypes.h index 1d60a5a74..a7eb97aa8 100644 --- a/soh/soh/Enhancements/randomizer/randomizerTypes.h +++ b/soh/soh/Enhancements/randomizer/randomizerTypes.h @@ -1019,7 +1019,7 @@ typedef enum { RSK_SHUFFLE_ADULT_TRADE, RSK_SHUFFLE_MAGIC_BEANS, RSK_BLUE_FIRE_ARROWS, - RSK_SUNLIGHT_ARROWS + RSK_SUNLIGHT_ARROWS, RSK_BOMBCHUS_IN_LOGIC } RandomizerSettingKey;