diff options
Diffstat (limited to 'sigbattle/Ghost.cpp')
| -rw-r--r-- | sigbattle/Ghost.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sigbattle/Ghost.cpp b/sigbattle/Ghost.cpp index 4750636a..d993341e 100644 --- a/sigbattle/Ghost.cpp +++ b/sigbattle/Ghost.cpp @@ -18,7 +18,7 @@ // Header include #include "Ghost.h" -// Ghost(const PokeMod::Pokemod& par, const unsigned s, const unsigned l, const unsigned t) : +// Ghost(const PokeMod::Sigmod& par, const unsigned s, const unsigned l, const unsigned t) : // Pokemon(par, s, l), // teamSize(t), // unknownMoves(par->GetMaxMoves()) @@ -28,11 +28,11 @@ // dv[i] = 0; // statExp[i] = 0; // minStats[i] = GetStat(i); -// dv[i] = pokemod->GetMaxDV(); +// dv[i] = sigmod->GetMaxDV(); // statExp[i] = 65535; // maxStats[i] = GetStat(i); // } -// Species* pkmn = pokemod->GetSpeciesByID(s); +// Species* pkmn = sigmod->GetSpeciesByID(s); // if (pkmn->GetNumAbilities() == 1) // FeedAbility(pkmn->GetAbility(0)); // } |
