mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Made a set of PBS files for Shadow Pokémon data, grouped shadow_pokemon.txt with it
This commit is contained in:
@@ -127,7 +127,7 @@ class Pokemon
|
||||
# Record this Pokémon's Shadow moves
|
||||
if data
|
||||
data.moves.each do |m|
|
||||
@shadow_moves.push(m.to_sym) if GameData::Move.exists?(m.to_sym)
|
||||
@shadow_moves.push(m) if GameData::Move.exists?(m)
|
||||
break if @shadow_moves.length >= MAX_MOVES
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user