unused moves tutor (probably won't compile, but the gist of it is there)

This commit is contained in:
infinitefusion
2022-08-28 00:29:05 -04:00
parent 33074417d2
commit 729f32faa0
15 changed files with 40124 additions and 40922 deletions

View File

@@ -74,8 +74,8 @@ def Kernel.pbShuffleDex(range = 50, type = 0)
#type 0: BST
#type 1: full random
range = 1 if range == 0
only_customs = $game_switches[SWITCH_RANDOM_WILD_ONLY_CUSTOMS]
should_include_fusions = $game_switches[SWITCH_RANDOM_WILD_TO_FUSION]
only_customs = $game_switches[SWITCH_RANDOM_WILD_ONLY_CUSTOMS] && should_include_fusions
# create hash
pokemon_list = only_customs ? getCustomSpeciesList() : get_pokemon_list(should_include_fusions)