From b38761e6a8561622b1f3424735f63ad2f723488e Mon Sep 17 00:00:00 2001 From: ghoulslash Date: Mon, 20 Sep 2021 22:26:02 -0400 Subject: [PATCH] add fairy to dex search --- src/pokedex.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pokedex.c b/src/pokedex.c index cc469b32f..9de5e0c74 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -1393,6 +1393,7 @@ static const struct SearchOptionText sDexSearchTypeOptions[NUMBER_OF_MON_TYPES + {gText_DexEmptyString, gTypeNames[TYPE_ICE]}, {gText_DexEmptyString, gTypeNames[TYPE_DRAGON]}, {gText_DexEmptyString, gTypeNames[TYPE_DARK]}, + {gText_DexEmptyString, gTypeNames[TYPE_FAIRY]}, {}, }; @@ -1427,6 +1428,7 @@ static const u8 sDexSearchTypeIds[NUMBER_OF_MON_TYPES] = TYPE_ICE, TYPE_DRAGON, TYPE_DARK, + TYPE_FAIRY, }; // Number pairs are the task data for tracking the cursor pos and scroll offset of each option list