Pokedex Settings

Modify Pokedex Area Settings.


Table of Contents


Function of the Setting

The Pokedex Settings Section includes various Settings to modify the behavior of the Region Switching and Filter Features on the Pokedex Area Section.
It allows you to:

  • Change the Region Switching Button
  • Change the Location Filter Button
  • Change the Encounter Type Filter Button
  • Change the behavior of the Filter

ToggleRegionSwitchButton

Use this Setting to set which button needs to be pressed to change the current Region in the Pokedex Area Section. You can only change to visited Regions.

Possible Values

  • Input::ACTION = The Game Button.
  • nil = disabled.
Hint

You may set this to any game button except USE and BACK because this would mess with default functionallity of the Pokedex.

ToggleLocFilterButton

Use this Setting to set which button needs to be pressed to activate the Location Filter function on the Pokedex Area Section.

Possible Values

  • Input::SPECIAL = The Game Button.
  • nil = disabled
Hint

You may set this to any game button except USE, BACK and the button you've set for ToggleRegionSwitchButton.

ToggleEncTypeFilterButton

Use this Setting to set which button needs to be pressed to activate the Encounter Type Filter function on the Pokedex Area Section.

Possible Values

  • Input::JUMPDOWN = The Game Button
  • nil = disabled.
Attention

The Encounter Type names it'll show in the filter are defined in the EncounterType Setting. If you have any custom ones, make sure to add them there so it uses the correct name, if it's missing it'll use the raw Encounter Type ID.

Hint

You may set this to any game button except USE, BACK and the button you've set for ToggleRegionSwitchButton and ToggleLocFilterButton.

FilterMenuType

Use this Setting to change the behavior of the filter menu.
You can have:

  • both filters trigger by their respective button.
  • a choice menu to choose which filter to use.
  • the encounter type filter first, and then the location filter follow up.

Possible Values

  • "default" = Each filter is triggered separatly (unless one or both are disabled).
  • "choice" = A choice menu will be given with both (or only 1 filter if the other is disabled).
  • "followUp" = First you'll be given the Encounter Type filter and then the Location Filter.