summaryrefslogtreecommitdiffstats
path: root/sigbattle/Ghost.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-09-06 04:12:30 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-09-06 04:12:30 +0000
commit0b4b89cf8efdc15e5a8d4b6cb24a5c8a025227d9 (patch)
treea2031b9d0016fcbd49a51c0d1a2292d1f2d8b566 /sigbattle/Ghost.cpp
parentb81f5bffa2772eb9bd3c67fb35485ab1ee2d96e7 (diff)
downloadsigen-0b4b89cf8efdc15e5a8d4b6cb24a5c8a025227d9.tar.gz
sigen-0b4b89cf8efdc15e5a8d4b6cb24a5c8a025227d9.tar.xz
sigen-0b4b89cf8efdc15e5a8d4b6cb24a5c8a025227d9.zip
[FIX] Renamed everything (in use) away from Poké- prefixes
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@250 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'sigbattle/Ghost.cpp')
-rw-r--r--sigbattle/Ghost.cpp6
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));
// }