summaryrefslogtreecommitdiffstats
path: root/pokemod/Dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/Dialog.h')
-rw-r--r--pokemod/Dialog.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/pokemod/Dialog.h b/pokemod/Dialog.h
index 26ff811d..5e27078c 100644
--- a/pokemod/Dialog.h
+++ b/pokemod/Dialog.h
@@ -34,7 +34,7 @@
#include "MapTrainer.h"
#include "MapWarp.h"
#include "Move.h"
-#include "Pokemon.h"
+#include "Species.h"
namespace PokeGen
{
@@ -115,10 +115,6 @@ namespace PokeGen
QString dialog;
};
-
- const char* Dialog::CommandStr[Dialog::End] = {"Flip Flag", "Set Flag", "Unset Flag", "Randomize Flag", "Test Flag", "Dialog", "Yes/No", "Item Shop", "Give Item", "Take Item", "Check Item", "Coin List", "Teach Move", "Delete Move", "Give Pokemon", "Take Pokemon", "Show Pokemon", "View Pokemon", "Give Money", "Take Money", "Move Effect", "Turn Effect", "Check Direction", "Check Roster", "Check Levels", "Check Species", "Check Held Items", "Check Money", "Trade", "Daycare", "Battle", "Badge", "Warp", "Name", "Music", "Sound Effect", "Timer", "Map Sign", "Wild Scope", "Safari", "Heal Party", "Refresh", "Clear", "Pause", "New Line", "Exit", "Menu"};
- const char* Dialog::CommandAbbrStr[Dialog::End] = {"FF", "SF", "UF", "RF", "TF", "D", "YN", "ItS", "GIt", "TIt", "CIt", "CL", "TMv", "DMv", "GPk", "TPk", "SPk", "VPk", "G$", "T$", "MvEf", "TEf", "CD", "CR", "CLv", "CS", "CHIt", "C$", "T", "Dc", "Bat", "Bdg", "W", "N", "Ms", "SFX", "Tmr", "MS", "WS", "S", "HP", "R", "C", "P", "NL", "X", "M"};
- const unsigned Dialog::CommandNumArgs[Dialog::Menu] = {1, 1, 1, 1, 3, 2, 2, 1, 4, 4, 4, 1, 5, 3, 7, 4, 1, 4, 1, 4, 6, 3, 6, 5, 5, 4, 4, 5, 6, 1, 2, 1, 2, 1, 1, 1, 3, 1, 1, 3, 0, 0, 0, 0, 0, 0};
}
}