mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-01 07:10:43 +01:00
add fairy to dex search
This commit is contained in:
parent
f82161c003
commit
b38761e6a8
@ -1393,6 +1393,7 @@ static const struct SearchOptionText sDexSearchTypeOptions[NUMBER_OF_MON_TYPES +
|
|||||||
{gText_DexEmptyString, gTypeNames[TYPE_ICE]},
|
{gText_DexEmptyString, gTypeNames[TYPE_ICE]},
|
||||||
{gText_DexEmptyString, gTypeNames[TYPE_DRAGON]},
|
{gText_DexEmptyString, gTypeNames[TYPE_DRAGON]},
|
||||||
{gText_DexEmptyString, gTypeNames[TYPE_DARK]},
|
{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_ICE,
|
||||||
TYPE_DRAGON,
|
TYPE_DRAGON,
|
||||||
TYPE_DARK,
|
TYPE_DARK,
|
||||||
|
TYPE_FAIRY,
|
||||||
};
|
};
|
||||||
|
|
||||||
// Number pairs are the task data for tracking the cursor pos and scroll offset of each option list
|
// Number pairs are the task data for tracking the cursor pos and scroll offset of each option list
|
||||||
|
Loading…
Reference in New Issue
Block a user