summaryrefslogtreecommitdiffstats
path: root/pokemod/MapWildListPokemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/MapWildListPokemon.h')
-rw-r--r--pokemod/MapWildListPokemon.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/pokemod/MapWildListPokemon.h b/pokemod/MapWildListPokemon.h
index 4233c982..55b10d7c 100644
--- a/pokemod/MapWildListPokemon.h
+++ b/pokemod/MapWildListPokemon.h
@@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////
// Name: pokemod/MapWildListPokemon.h
-// Purpose: Define a Pokémon that can be found in the wild
+// Purpose: Define a species that can be found in the wild
// Author: Ben Boeckel
// Modified by: Ben Boeckel
// Created: Tue Mar 20 18:50:59 2007
@@ -20,14 +20,14 @@
// with this program. If not, see <http://www.gnu.org/licenses/>.
/////////////////////////////////////////////////////////////////////////////
-#ifndef __POKEMOD_MAPWILDLISTPOKEMON__
-#define __POKEMOD_MAPWILDLISTPOKEMON__
+#ifndef __POKEMOD_MAPWILDLISTSPECIES__
+#define __POKEMOD_MAPWILDLISTSPECIES__
#include <QFile>
#include <QString>
#include "Object.h"
#include "Pokemod.h"
-#include "Pokemon.h"
+#include "Species.h"
namespace PokeGen
{