summaryrefslogtreecommitdiffstats
path: root/pokemod/MapEffect.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-01-21 00:44:23 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-01-21 00:44:23 +0000
commit2b653821cc31f18adb5d50bb0bc19048939670dc (patch)
treed333bbf0d1dde8fe0c1633bea60785b20ac07841 /pokemod/MapEffect.h
parente27ba66952a1e851bb417611e0ed7df1fbf5f945 (diff)
downloadsigen-2b653821cc31f18adb5d50bb0bc19048939670dc.tar.gz
sigen-2b653821cc31f18adb5d50bb0bc19048939670dc.tar.xz
sigen-2b653821cc31f18adb5d50bb0bc19048939670dc.zip
[ADD] More GUI classes (only MoveEffect left)
[FIX] Polished up GUI classes [FIX] renamed methods get*ByID -> get*Index instead for more logical get*ByID [FIX] Renaming in pokemod to remove mention of Pokémon [FIX] minor .pro fixes (aesthetic mainly) git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@35 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemod/MapEffect.h')
-rw-r--r--pokemod/MapEffect.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/pokemod/MapEffect.h b/pokemod/MapEffect.h
index 700b257d..5517a212 100644
--- a/pokemod/MapEffect.h
+++ b/pokemod/MapEffect.h
@@ -83,11 +83,7 @@ namespace PokeMod
QString getName() const;
Point getCoordinate() const;
- unsigned getCoordinateX() const;
- unsigned getCoordinateY() const;
Flag getExistFlag() const;
- unsigned getExistFlagFlag() const;
- unsigned getExistFlagStatus() const;
QString getSkin() const;
unsigned getEffect() const;
unsigned getVal1() const;