adds gen 7 icons & cries

This commit is contained in:
infinitefusion
2023-08-08 09:24:02 -04:00
parent e815e005a1
commit e92cfe9b0a
4843 changed files with 56557 additions and 41745 deletions

View File

@@ -44,17 +44,21 @@ module GameData
@tutor_moves = calculate_tutor_moves() # hash[:tutor_moves] || []
@egg_moves = calculate_egg_moves() # hash[:egg_moves] || []
#todo : all below
#Abilities
@abilities = calculate_abilities(@body_pokemon, @head_pokemon) # hash[:abilities] || []
@hidden_abilities = calculate_hidden_abilities(@body_pokemon, @head_pokemon) # hash[:hidden_abilities] || []
@evolutions = [] # hash[:evolutions] || []
#todo : all below
@wild_item_common = [] # hash[:wild_item_common]
@wild_item_uncommon = [] # hash[:wild_item_uncommon]
@wild_item_rare = [] # hash[:wild_item_rare]
@egg_groups = [:Undiscovered] # hash[:egg_groups] || [:Undiscovered]
@hatch_steps = 1 # hash[:hatch_steps] || 1
@incense = nil #hash[:incense]
@evolutions = [] # hash[:evolutions] || []
@height = 1 # hash[:height] || 1
@weight = 1 #hash[:weight] || 1
@color = :Red #hash[:color] || :Red