summaryrefslogtreecommitdiffstats
path: root/pokemod/Dialog.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2007-06-01 02:54:29 +0000
committerBen Boeckel <MathStuf@gmail.com>2007-06-01 02:54:29 +0000
commitf71140fae5218ee9839ffcd4ec83abfded5124f4 (patch)
tree9af8f2174728cedb93580411223bc59fd9a86d0a /pokemod/Dialog.cpp
parent9e28e6ecd358a9801ad25914d3e8cca7b6d7f4f7 (diff)
downloadsigen-f71140fae5218ee9839ffcd4ec83abfded5124f4.tar.gz
sigen-f71140fae5218ee9839ffcd4ec83abfded5124f4.tar.xz
sigen-f71140fae5218ee9839ffcd4ec83abfded5124f4.zip
Added Map and Tile, added Hat class, and fixed up some other minor things
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@17 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemod/Dialog.cpp')
-rw-r--r--pokemod/Dialog.cpp47
1 files changed, 46 insertions, 1 deletions
diff --git a/pokemod/Dialog.cpp b/pokemod/Dialog.cpp
index 9dce1dff..8a01480e 100644
--- a/pokemod/Dialog.cpp
+++ b/pokemod/Dialog.cpp
@@ -51,7 +51,6 @@ void PokeGen::PokeMod::Dialog::Validate(const wxListBox &output)
void PokeGen::PokeMod::Dialog::Validate()
#endif
{
- isValid = true;
LogValidateStart("Dialog", id);
// TODO (Validation#1#): Dialog Validation
LogValidateOver("Dialog", id, isValid);
@@ -98,6 +97,52 @@ PokeGen::PokeMod::String PokeGen::PokeMod::Dialog::GetDialog() const
void PokeGen::PokeMod::Dialog::InsertDialogCommand(const unsigned cmd, const unsigned pos)
{
+ /*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
+ Timer
+ Map Sign
+ Wild Scope
+ Safari
+ Heal Party
+ Refresh
+ Clear
+ Pause
+ New Line
+ Exit
+ Menu*/
// TODO (Ben#1#): Dialog commands
}