mirror of
https://github.com/projectpokemon/Gen3-WCTool.git
synced 2026-04-26 01:20:14 -05:00
2161 lines
38 KiB
C#
2161 lines
38 KiB
C#
/*
|
|
* Created by SharpDevelop.
|
|
* User: suloku
|
|
* Date: 07/05/2016
|
|
* Time: 21:27
|
|
*
|
|
* To change this template use Tools | Options | Coding | Edit Standard Headers.
|
|
*/
|
|
namespace WC3Tool
|
|
{
|
|
partial class WC3_editor_giveggExt
|
|
{
|
|
/// <summary>
|
|
/// Designer variable used to keep track of non-visual components.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
private System.Windows.Forms.ComboBox species_box;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ComboBox move_box;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.ComboBox game_box;
|
|
private System.Windows.Forms.ComboBox lang_box;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Button save_but;
|
|
private System.Windows.Forms.Button cancel_but;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.ComboBox move2;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.ComboBox move3;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.ComboBox move4;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button script_help;
|
|
private System.Windows.Forms.RadioButton killscript;
|
|
private System.Windows.Forms.RadioButton eggflag;
|
|
|
|
/// <summary>
|
|
/// Disposes resources used by the form.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing) {
|
|
if (components != null) {
|
|
components.Dispose();
|
|
}
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
/// <summary>
|
|
/// This method is required for Windows Forms designer support.
|
|
/// Do not change the method contents inside the source code editor. The Forms designer might
|
|
/// not be able to load this method if it was changed manually.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.species_box = new System.Windows.Forms.ComboBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.move_box = new System.Windows.Forms.ComboBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.game_box = new System.Windows.Forms.ComboBox();
|
|
this.lang_box = new System.Windows.Forms.ComboBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.save_but = new System.Windows.Forms.Button();
|
|
this.cancel_but = new System.Windows.Forms.Button();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.move2 = new System.Windows.Forms.ComboBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.move3 = new System.Windows.Forms.ComboBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.move4 = new System.Windows.Forms.ComboBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.script_help = new System.Windows.Forms.Button();
|
|
this.killscript = new System.Windows.Forms.RadioButton();
|
|
this.eggflag = new System.Windows.Forms.RadioButton();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// species_box
|
|
//
|
|
this.species_box.FormattingEnabled = true;
|
|
this.species_box.Items.AddRange(new object[] {
|
|
"NONE",
|
|
"Bulbasaur",
|
|
"Ivysaur",
|
|
"Venusaur",
|
|
"Charmander",
|
|
"Charmeleon",
|
|
"Charizard",
|
|
"Squirtle",
|
|
"Wartortle",
|
|
"Blastoise",
|
|
"Caterpie",
|
|
"Metapod",
|
|
"Butterfree",
|
|
"Weedle",
|
|
"Kakuna",
|
|
"Beedrill",
|
|
"Pidgey",
|
|
"Pidgeotto",
|
|
"Pidgeot",
|
|
"Rattata",
|
|
"Raticate",
|
|
"Spearow",
|
|
"Fearow",
|
|
"Ekans",
|
|
"Arbok",
|
|
"Pikachu",
|
|
"Raichu",
|
|
"Sandshrew",
|
|
"Sandslash",
|
|
"Nidoran♀",
|
|
"Nidorina",
|
|
"Nidoqueen",
|
|
"Nidoran♂",
|
|
"Nidorino",
|
|
"Nidoking",
|
|
"Clefairy",
|
|
"Clefable",
|
|
"Vulpix",
|
|
"Ninetales",
|
|
"Jigglypuff",
|
|
"Wigglytuff",
|
|
"Zubat",
|
|
"Golbat",
|
|
"Oddish",
|
|
"Gloom",
|
|
"Vileplume",
|
|
"Paras",
|
|
"Parasect",
|
|
"Venonat",
|
|
"Venomoth",
|
|
"Diglett",
|
|
"Dugtrio",
|
|
"Meowth",
|
|
"Persian",
|
|
"Psyduck",
|
|
"Golduck",
|
|
"Mankey",
|
|
"Primeape",
|
|
"Growlithe",
|
|
"Arcanine",
|
|
"Poliwag",
|
|
"Poliwhirl",
|
|
"Poliwrath",
|
|
"Abra",
|
|
"Kadabra",
|
|
"Alakazam",
|
|
"Machop",
|
|
"Machoke",
|
|
"Machamp",
|
|
"Bellsprout",
|
|
"Weepinbell",
|
|
"Victreebel",
|
|
"Tentacool",
|
|
"Tentacruel",
|
|
"Geodude",
|
|
"Graveler",
|
|
"Golem",
|
|
"Ponyta",
|
|
"Rapidash",
|
|
"Slowpoke",
|
|
"Slowbro",
|
|
"Magnemite",
|
|
"Magneton",
|
|
"Farfetch\'d",
|
|
"Doduo",
|
|
"Dodrio",
|
|
"Seel",
|
|
"Dewgong",
|
|
"Grimer",
|
|
"Muk",
|
|
"Shellder",
|
|
"Cloyster",
|
|
"Gastly",
|
|
"Haunter",
|
|
"Gengar",
|
|
"Onix",
|
|
"Drowzee",
|
|
"Hypno",
|
|
"Krabby",
|
|
"Kingler",
|
|
"Voltorb",
|
|
"Electrode",
|
|
"Exeggcute",
|
|
"Exeggutor",
|
|
"Cubone",
|
|
"Marowak",
|
|
"Hitmonlee",
|
|
"Hitmonchan",
|
|
"Lickitung",
|
|
"Koffing",
|
|
"Weezing",
|
|
"Rhyhorn",
|
|
"Rhydon",
|
|
"Chansey",
|
|
"Tangela",
|
|
"Kangaskhan",
|
|
"Horsea",
|
|
"Seadra",
|
|
"Goldeen",
|
|
"Seaking",
|
|
"Staryu",
|
|
"Starmie",
|
|
"Mr. Mime",
|
|
"Scyther",
|
|
"Jynx",
|
|
"Electabuzz",
|
|
"Magmar",
|
|
"Pinsir",
|
|
"Tauros",
|
|
"Magikarp",
|
|
"Gyarados",
|
|
"Lapras",
|
|
"Ditto",
|
|
"Eevee",
|
|
"Vaporeon",
|
|
"Jolteon",
|
|
"Flareon",
|
|
"Porygon",
|
|
"Omanyte",
|
|
"Omastar",
|
|
"Kabuto",
|
|
"Kabutops",
|
|
"Aerodactyl",
|
|
"Snorlax",
|
|
"Articuno",
|
|
"Zapdos",
|
|
"Moltres",
|
|
"Dratini",
|
|
"Dragonair",
|
|
"Dragonite",
|
|
"Mewtwo",
|
|
"Mew",
|
|
"Chikorita",
|
|
"Bayleef",
|
|
"Meganium",
|
|
"Cyndaquil",
|
|
"Quilava",
|
|
"Typhlosion",
|
|
"Totodile",
|
|
"Croconaw",
|
|
"Feraligatr",
|
|
"Sentret",
|
|
"Furret",
|
|
"Hoothoot",
|
|
"Noctowl",
|
|
"Ledyba",
|
|
"Ledian",
|
|
"Spinarak",
|
|
"Ariados",
|
|
"Crobat",
|
|
"Chinchou",
|
|
"Lanturn",
|
|
"Pichu",
|
|
"Cleffa",
|
|
"Igglybuff",
|
|
"Togepi",
|
|
"Togetic",
|
|
"Natu",
|
|
"Xatu",
|
|
"Mareep",
|
|
"Flaaffy",
|
|
"Ampharos",
|
|
"Bellossom",
|
|
"Marill",
|
|
"Azumarill",
|
|
"Sudowoodo",
|
|
"Politoed",
|
|
"Hoppip",
|
|
"Skiploom",
|
|
"Jumpluff",
|
|
"Aipom",
|
|
"Sunkern",
|
|
"Sunflora",
|
|
"Yanma",
|
|
"Wooper",
|
|
"Quagsire",
|
|
"Espeon",
|
|
"Umbreon",
|
|
"Murkrow",
|
|
"Slowking",
|
|
"Misdreavus",
|
|
"Unown A",
|
|
"Wobbuffet",
|
|
"Girafarig",
|
|
"Pineco",
|
|
"Forretress",
|
|
"Dunsparce",
|
|
"Gligar",
|
|
"Steelix",
|
|
"Snubbull",
|
|
"Granbull",
|
|
"Qwilfish",
|
|
"Scizor",
|
|
"Shuckle",
|
|
"Heracross",
|
|
"Sneasel",
|
|
"Teddiursa",
|
|
"Ursaring",
|
|
"Slugma",
|
|
"Magcargo",
|
|
"Swinub",
|
|
"Piloswine",
|
|
"Corsola",
|
|
"Remoraid",
|
|
"Octillery",
|
|
"Delibird",
|
|
"Mantine",
|
|
"Skarmory",
|
|
"Houndour",
|
|
"Houndoom",
|
|
"Kingdra",
|
|
"Phanpy",
|
|
"Donphan",
|
|
"Porygon2",
|
|
"Stantler",
|
|
"Smeargle",
|
|
"Tyrogue",
|
|
"Hitmontop",
|
|
"Smoochum",
|
|
"Elekid",
|
|
"Magby",
|
|
"Miltank",
|
|
"Blissey",
|
|
"Raikou",
|
|
"Entei",
|
|
"Suicune",
|
|
"Larvitar",
|
|
"Pupitar",
|
|
"Tyranitar",
|
|
"Lugia",
|
|
"Ho-oh",
|
|
"Celebi",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"Treecko",
|
|
"Grovyle",
|
|
"Sceptile",
|
|
"Torchic",
|
|
"Combusken",
|
|
"Blaziken",
|
|
"Mudkip",
|
|
"Marshtomp",
|
|
"Swampert",
|
|
"Poochyena",
|
|
"Mightyena",
|
|
"Zigzagoon",
|
|
"Linoone",
|
|
"Wurmple",
|
|
"Silcoon",
|
|
"Beautifly",
|
|
"Cascoon",
|
|
"Dustox",
|
|
"Lotad",
|
|
"Lombre",
|
|
"Ludicolo",
|
|
"Seedot",
|
|
"Nuzleaf",
|
|
"Shiftry",
|
|
"Nincada",
|
|
"Ninjask",
|
|
"Shedinja",
|
|
"Taillow",
|
|
"Swellow",
|
|
"Shroomish",
|
|
"Breloom",
|
|
"Spinda",
|
|
"Wingull",
|
|
"Pelipper",
|
|
"Surskit",
|
|
"Masquerain",
|
|
"Wailmer",
|
|
"Wailord",
|
|
"Skitty",
|
|
"Delcatty",
|
|
"Kecleon",
|
|
"Baltoy",
|
|
"Claydol",
|
|
"Nosepass",
|
|
"Torkoal",
|
|
"Sableye",
|
|
"Barboach",
|
|
"Whiscash",
|
|
"Luvdisc",
|
|
"Corphish",
|
|
"Crawdaunt",
|
|
"Feebas",
|
|
"Milotic",
|
|
"Carvanha",
|
|
"Sharpedo",
|
|
"Trapinch",
|
|
"Vibrava",
|
|
"Flygon",
|
|
"Makuhita",
|
|
"Hariyama",
|
|
"Electrike",
|
|
"Manectric",
|
|
"Numel",
|
|
"Camerupt",
|
|
"Spheal",
|
|
"Sealeo",
|
|
"Walrein",
|
|
"Cacnea",
|
|
"Cacturne",
|
|
"Snorunt",
|
|
"Glalie",
|
|
"Lunatone",
|
|
"Solrock",
|
|
"Azurill",
|
|
"Spoink",
|
|
"Grumpig",
|
|
"Plusle",
|
|
"Minun",
|
|
"Mawile",
|
|
"Meditite",
|
|
"Medicham",
|
|
"Swablu",
|
|
"Altaria",
|
|
"Wynaut",
|
|
"Duskull",
|
|
"Dusclops",
|
|
"Roselia",
|
|
"Slakoth",
|
|
"Vigoroth",
|
|
"Slaking",
|
|
"Gulpin",
|
|
"Swalot",
|
|
"Tropius",
|
|
"Whismur",
|
|
"Loudred",
|
|
"Exploud",
|
|
"Clamperl",
|
|
"Huntail",
|
|
"Gorebyss",
|
|
"Absol",
|
|
"Shuppet",
|
|
"Banette",
|
|
"Seviper",
|
|
"Zangoose",
|
|
"Relicanth",
|
|
"Aron",
|
|
"Lairon",
|
|
"Aggron",
|
|
"Castform",
|
|
"Volbeat",
|
|
"Illumise",
|
|
"Lileep",
|
|
"Cradily",
|
|
"Anorith",
|
|
"Armaldo",
|
|
"Ralts",
|
|
"Kirlia",
|
|
"Gardevoir",
|
|
"Bagon",
|
|
"Shelgon",
|
|
"Salamence",
|
|
"Beldum",
|
|
"Metang",
|
|
"Metagross",
|
|
"Regirock",
|
|
"Regice",
|
|
"Registeel",
|
|
"Kyogre",
|
|
"Groudon",
|
|
"Rayquaza",
|
|
"Latias",
|
|
"Latios",
|
|
"Jirachi",
|
|
"Deoxys",
|
|
"Chimecho",
|
|
"Pokémon Egg",
|
|
"Unown B",
|
|
"Unown C",
|
|
"Unown D",
|
|
"Unown E",
|
|
"Unown F",
|
|
"Unown G",
|
|
"Unown H",
|
|
"Unown I",
|
|
"Unown J",
|
|
"Unown K",
|
|
"Unown L",
|
|
"Unown M",
|
|
"Unown N",
|
|
"Unown O",
|
|
"Unown P",
|
|
"Unown Q",
|
|
"Unown R",
|
|
"Unown S",
|
|
"Unown T",
|
|
"Unown U",
|
|
"Unown V",
|
|
"Unown W",
|
|
"Unown X",
|
|
"Unown Y",
|
|
"Unown Z",
|
|
"Unown !",
|
|
"Unown ?"});
|
|
this.species_box.Location = new System.Drawing.Point(107, 135);
|
|
this.species_box.Name = "species_box";
|
|
this.species_box.Size = new System.Drawing.Size(170, 21);
|
|
this.species_box.TabIndex = 0;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Location = new System.Drawing.Point(107, 117);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(100, 15);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "Pokemon:";
|
|
//
|
|
// move_box
|
|
//
|
|
this.move_box.FormattingEnabled = true;
|
|
this.move_box.Items.AddRange(new object[] {
|
|
"-NONE-",
|
|
"Pound",
|
|
"Karate Chop*",
|
|
"Double Slap",
|
|
"Comet Punch",
|
|
"Mega Punch",
|
|
"Pay Day",
|
|
"Fire Punch",
|
|
"Ice Punch",
|
|
"Thunder Punch",
|
|
"Scratch",
|
|
"Vice Grip",
|
|
"Guillotine",
|
|
"Razor Wind",
|
|
"Swords Dance",
|
|
"Cut",
|
|
"Gust*",
|
|
"Wing Attack",
|
|
"Whirlwind",
|
|
"Fly",
|
|
"Bind",
|
|
"Slam",
|
|
"Vine Whip",
|
|
"Stomp",
|
|
"Double Kick",
|
|
"Mega Kick",
|
|
"Jump Kick",
|
|
"Rolling Kick",
|
|
"Sand Attack*",
|
|
"Headbutt",
|
|
"Horn Attack",
|
|
"Fury Attack",
|
|
"Horn Drill",
|
|
"Tackle",
|
|
"Body Slam",
|
|
"Wrap",
|
|
"Take Down",
|
|
"Thrash",
|
|
"Double-Edge",
|
|
"Tail Whip",
|
|
"Poison Sting",
|
|
"Twineedle",
|
|
"Pin Missile",
|
|
"Leer",
|
|
"Bite*",
|
|
"Growl",
|
|
"Roar",
|
|
"Sing",
|
|
"Supersonic",
|
|
"Sonic Boom",
|
|
"Disable",
|
|
"Acid",
|
|
"Ember",
|
|
"Flamethrower",
|
|
"Mist",
|
|
"Water Gun",
|
|
"Hydro Pump",
|
|
"Surf",
|
|
"Ice Beam",
|
|
"Blizzard",
|
|
"Psybeam",
|
|
"Bubble Beam",
|
|
"Aurora Beam",
|
|
"Hyper Beam",
|
|
"Peck",
|
|
"Drill Peck",
|
|
"Submission",
|
|
"Low Kick",
|
|
"Counter",
|
|
"Seismic Toss",
|
|
"Strength",
|
|
"Absorb",
|
|
"Mega Drain",
|
|
"Leech Seed",
|
|
"Growth",
|
|
"Razor Leaf",
|
|
"Solar Beam",
|
|
"Poison Powder",
|
|
"Stun Spore",
|
|
"Sleep Powder",
|
|
"Petal Dance",
|
|
"String Shot",
|
|
"Dragon Rage",
|
|
"Fire Spin",
|
|
"Thunder Shock",
|
|
"Thunderbolt",
|
|
"Thunder Wave",
|
|
"Thunder",
|
|
"Rock Throw",
|
|
"Earthquake",
|
|
"Fissure",
|
|
"Dig",
|
|
"Toxic",
|
|
"Confusion",
|
|
"Psychic",
|
|
"Hypnosis",
|
|
"Meditate",
|
|
"Agility",
|
|
"Quick Attack",
|
|
"Rage",
|
|
"Teleport",
|
|
"Night Shade",
|
|
"Mimic",
|
|
"Screech",
|
|
"Double Team",
|
|
"Recover",
|
|
"Harden",
|
|
"Minimize",
|
|
"Smokescreen",
|
|
"Confuse Ray",
|
|
"Withdraw",
|
|
"Defense Curl",
|
|
"Barrier",
|
|
"Light Screen",
|
|
"Haze",
|
|
"Reflect",
|
|
"Focus Energy",
|
|
"Bide",
|
|
"Metronome",
|
|
"Mirror Move",
|
|
"Self-Destruct",
|
|
"Egg Bomb",
|
|
"Lick",
|
|
"Smog",
|
|
"Sludge",
|
|
"Bone Club",
|
|
"Fire Blast",
|
|
"Waterfall",
|
|
"Clamp",
|
|
"Swift",
|
|
"Skull Bash",
|
|
"Spike Cannon",
|
|
"Constrict",
|
|
"Amnesia",
|
|
"Kinesis",
|
|
"Soft-Boiled",
|
|
"High Jump Kick",
|
|
"Glare",
|
|
"Dream Eater",
|
|
"Poison Gas",
|
|
"Barrage",
|
|
"Leech Life",
|
|
"Lovely Kiss",
|
|
"Sky Attack",
|
|
"Transform",
|
|
"Bubble",
|
|
"Dizzy Punch",
|
|
"Spore",
|
|
"Flash",
|
|
"Psywave",
|
|
"Splash",
|
|
"Acid Armor",
|
|
"Crabhammer",
|
|
"Explosion",
|
|
"Fury Swipes",
|
|
"Bonemerang",
|
|
"Rest",
|
|
"Rock Slide",
|
|
"Hyper Fang",
|
|
"Sharpen",
|
|
"Conversion",
|
|
"Tri Attack",
|
|
"Super Fang",
|
|
"Slash",
|
|
"Substitute",
|
|
"Struggle",
|
|
"Sketch",
|
|
"Triple Kick",
|
|
"Thief",
|
|
"Spider Web",
|
|
"Mind Reader",
|
|
"Nightmare",
|
|
"Flame Wheel",
|
|
"Snore",
|
|
"Curse*",
|
|
"Flail",
|
|
"Conversion 2",
|
|
"Aeroblast",
|
|
"Cotton Spore",
|
|
"Reversal",
|
|
"Spite",
|
|
"Powder Snow",
|
|
"Protect",
|
|
"Mach Punch",
|
|
"Scary Face",
|
|
"Feint Attack",
|
|
"Sweet Kiss*",
|
|
"Belly Drum",
|
|
"Sludge Bomb",
|
|
"Mud-Slap",
|
|
"Octazooka",
|
|
"Spikes",
|
|
"Zap Cannon",
|
|
"Foresight",
|
|
"Destiny Bond",
|
|
"Perish Song",
|
|
"Icy Wind",
|
|
"Detect",
|
|
"Bone Rush",
|
|
"Lock-On",
|
|
"Outrage",
|
|
"Sandstorm",
|
|
"Giga Drain",
|
|
"Endure",
|
|
"Charm*",
|
|
"Rollout",
|
|
"False Swipe",
|
|
"Swagger",
|
|
"Milk Drink",
|
|
"Spark",
|
|
"Fury Cutter",
|
|
"Steel Wing",
|
|
"Mean Look",
|
|
"Attract",
|
|
"Sleep Talk",
|
|
"Heal Bell",
|
|
"Return",
|
|
"Present",
|
|
"Frustration",
|
|
"Safeguard",
|
|
"Pain Split",
|
|
"Sacred Fire",
|
|
"Magnitude",
|
|
"Dynamic Punch",
|
|
"Megahorn",
|
|
"Dragon Breath",
|
|
"Baton Pass",
|
|
"Encore",
|
|
"Pursuit",
|
|
"Rapid Spin",
|
|
"Sweet Scent",
|
|
"Iron Tail",
|
|
"Metal Claw",
|
|
"Vital Throw",
|
|
"Morning Sun",
|
|
"Synthesis",
|
|
"Moonlight*",
|
|
"Hidden Power",
|
|
"Cross Chop",
|
|
"Twister",
|
|
"Rain Dance",
|
|
"Sunny Day",
|
|
"Crunch",
|
|
"Mirror Coat",
|
|
"Psych Up",
|
|
"Extreme Speed",
|
|
"Ancient Power",
|
|
"Shadow Ball",
|
|
"Future Sight",
|
|
"Rock Smash",
|
|
"Whirlpool",
|
|
"Beat Up",
|
|
"Fake Out",
|
|
"Uproar",
|
|
"Stockpile",
|
|
"Spit Up",
|
|
"Swallow",
|
|
"Heat Wave",
|
|
"Hail",
|
|
"Torment",
|
|
"Flatter",
|
|
"Will-O-Wisp",
|
|
"Memento",
|
|
"Facade",
|
|
"Focus Punch",
|
|
"Smelling Salts",
|
|
"Follow Me",
|
|
"Nature Power",
|
|
"Charge",
|
|
"Taunt",
|
|
"Helping Hand",
|
|
"Trick",
|
|
"Role Play",
|
|
"Wish",
|
|
"Assist",
|
|
"Ingrain",
|
|
"Superpower",
|
|
"Magic Coat",
|
|
"Recycle",
|
|
"Revenge",
|
|
"Brick Break",
|
|
"Yawn",
|
|
"Knock Off",
|
|
"Endeavor",
|
|
"Eruption",
|
|
"Skill Swap",
|
|
"Imprison",
|
|
"Refresh",
|
|
"Grudge",
|
|
"Snatch",
|
|
"Secret Power",
|
|
"Dive",
|
|
"Arm Thrust",
|
|
"Camouflage",
|
|
"Tail Glow",
|
|
"Luster Purge",
|
|
"Mist Ball",
|
|
"Feather Dance",
|
|
"Teeter Dance",
|
|
"Blaze Kick",
|
|
"Mud Sport",
|
|
"Ice Ball",
|
|
"Needle Arm",
|
|
"Slack Off",
|
|
"Hyper Voice",
|
|
"Poison Fang",
|
|
"Crush Claw",
|
|
"Blast Burn",
|
|
"Hydro Cannon",
|
|
"Meteor Mash",
|
|
"Astonish",
|
|
"Weather Ball",
|
|
"Aromatherapy",
|
|
"Fake Tears",
|
|
"Air Cutter",
|
|
"Overheat",
|
|
"Odor Sleuth",
|
|
"Rock Tomb",
|
|
"Silver Wind",
|
|
"Metal Sound",
|
|
"Grass Whistle",
|
|
"Tickle",
|
|
"Cosmic Power",
|
|
"Water Spout",
|
|
"Signal Beam",
|
|
"Shadow Punch",
|
|
"Extrasensory",
|
|
"Sky Uppercut",
|
|
"Sand Tomb",
|
|
"Sheer Cold",
|
|
"Muddy Water",
|
|
"Bullet Seed",
|
|
"Aerial Ace",
|
|
"Icicle Spear",
|
|
"Iron Defense",
|
|
"Block",
|
|
"Howl",
|
|
"Dragon Claw",
|
|
"Frenzy Plant",
|
|
"Bulk Up",
|
|
"Bounce",
|
|
"Mud Shot",
|
|
"Poison Tail",
|
|
"Covet",
|
|
"Volt Tackle",
|
|
"Magical Leaf",
|
|
"Water Sport",
|
|
"Calm Mind",
|
|
"Leaf Blade",
|
|
"Dragon Dance",
|
|
"Rock Blast",
|
|
"Shock Wave",
|
|
"Water Pulse",
|
|
"Doom Desire",
|
|
"Psycho Boost"});
|
|
this.move_box.Location = new System.Drawing.Point(12, 177);
|
|
this.move_box.Name = "move_box";
|
|
this.move_box.Size = new System.Drawing.Size(170, 21);
|
|
this.move_box.TabIndex = 2;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Location = new System.Drawing.Point(12, 159);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(100, 15);
|
|
this.label2.TabIndex = 3;
|
|
this.label2.Text = "Move 1:";
|
|
//
|
|
// game_box
|
|
//
|
|
this.game_box.FormattingEnabled = true;
|
|
this.game_box.Items.AddRange(new object[] {
|
|
"Emerald",
|
|
"Fire Red / Leaf Green"});
|
|
this.game_box.Location = new System.Drawing.Point(12, 27);
|
|
this.game_box.Name = "game_box";
|
|
this.game_box.Size = new System.Drawing.Size(170, 21);
|
|
this.game_box.TabIndex = 4;
|
|
//
|
|
// lang_box
|
|
//
|
|
this.lang_box.FormattingEnabled = true;
|
|
this.lang_box.Items.AddRange(new object[] {
|
|
"Japanese",
|
|
"English",
|
|
"French",
|
|
"Italian",
|
|
"German",
|
|
"Spanish"});
|
|
this.lang_box.Location = new System.Drawing.Point(188, 27);
|
|
this.lang_box.Name = "lang_box";
|
|
this.lang_box.Size = new System.Drawing.Size(170, 21);
|
|
this.lang_box.TabIndex = 5;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Location = new System.Drawing.Point(12, 9);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(100, 15);
|
|
this.label3.TabIndex = 6;
|
|
this.label3.Text = "Game:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.Location = new System.Drawing.Point(188, 9);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(100, 15);
|
|
this.label4.TabIndex = 7;
|
|
this.label4.Text = "Language:";
|
|
//
|
|
// save_but
|
|
//
|
|
this.save_but.Location = new System.Drawing.Point(107, 260);
|
|
this.save_but.Name = "save_but";
|
|
this.save_but.Size = new System.Drawing.Size(75, 23);
|
|
this.save_but.TabIndex = 8;
|
|
this.save_but.Text = "Inject";
|
|
this.save_but.UseVisualStyleBackColor = true;
|
|
this.save_but.Click += new System.EventHandler(this.Save_butClick);
|
|
//
|
|
// cancel_but
|
|
//
|
|
this.cancel_but.Location = new System.Drawing.Point(188, 260);
|
|
this.cancel_but.Name = "cancel_but";
|
|
this.cancel_but.Size = new System.Drawing.Size(75, 23);
|
|
this.cancel_but.TabIndex = 9;
|
|
this.cancel_but.Text = "Cancel";
|
|
this.cancel_but.UseVisualStyleBackColor = true;
|
|
this.cancel_but.Click += new System.EventHandler(this.Cancel_butClick);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.Location = new System.Drawing.Point(188, 159);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(100, 15);
|
|
this.label5.TabIndex = 11;
|
|
this.label5.Text = "Move 2:";
|
|
//
|
|
// move2
|
|
//
|
|
this.move2.FormattingEnabled = true;
|
|
this.move2.Items.AddRange(new object[] {
|
|
"-NONE-",
|
|
"Pound",
|
|
"Karate Chop*",
|
|
"Double Slap",
|
|
"Comet Punch",
|
|
"Mega Punch",
|
|
"Pay Day",
|
|
"Fire Punch",
|
|
"Ice Punch",
|
|
"Thunder Punch",
|
|
"Scratch",
|
|
"Vice Grip",
|
|
"Guillotine",
|
|
"Razor Wind",
|
|
"Swords Dance",
|
|
"Cut",
|
|
"Gust*",
|
|
"Wing Attack",
|
|
"Whirlwind",
|
|
"Fly",
|
|
"Bind",
|
|
"Slam",
|
|
"Vine Whip",
|
|
"Stomp",
|
|
"Double Kick",
|
|
"Mega Kick",
|
|
"Jump Kick",
|
|
"Rolling Kick",
|
|
"Sand Attack*",
|
|
"Headbutt",
|
|
"Horn Attack",
|
|
"Fury Attack",
|
|
"Horn Drill",
|
|
"Tackle",
|
|
"Body Slam",
|
|
"Wrap",
|
|
"Take Down",
|
|
"Thrash",
|
|
"Double-Edge",
|
|
"Tail Whip",
|
|
"Poison Sting",
|
|
"Twineedle",
|
|
"Pin Missile",
|
|
"Leer",
|
|
"Bite*",
|
|
"Growl",
|
|
"Roar",
|
|
"Sing",
|
|
"Supersonic",
|
|
"Sonic Boom",
|
|
"Disable",
|
|
"Acid",
|
|
"Ember",
|
|
"Flamethrower",
|
|
"Mist",
|
|
"Water Gun",
|
|
"Hydro Pump",
|
|
"Surf",
|
|
"Ice Beam",
|
|
"Blizzard",
|
|
"Psybeam",
|
|
"Bubble Beam",
|
|
"Aurora Beam",
|
|
"Hyper Beam",
|
|
"Peck",
|
|
"Drill Peck",
|
|
"Submission",
|
|
"Low Kick",
|
|
"Counter",
|
|
"Seismic Toss",
|
|
"Strength",
|
|
"Absorb",
|
|
"Mega Drain",
|
|
"Leech Seed",
|
|
"Growth",
|
|
"Razor Leaf",
|
|
"Solar Beam",
|
|
"Poison Powder",
|
|
"Stun Spore",
|
|
"Sleep Powder",
|
|
"Petal Dance",
|
|
"String Shot",
|
|
"Dragon Rage",
|
|
"Fire Spin",
|
|
"Thunder Shock",
|
|
"Thunderbolt",
|
|
"Thunder Wave",
|
|
"Thunder",
|
|
"Rock Throw",
|
|
"Earthquake",
|
|
"Fissure",
|
|
"Dig",
|
|
"Toxic",
|
|
"Confusion",
|
|
"Psychic",
|
|
"Hypnosis",
|
|
"Meditate",
|
|
"Agility",
|
|
"Quick Attack",
|
|
"Rage",
|
|
"Teleport",
|
|
"Night Shade",
|
|
"Mimic",
|
|
"Screech",
|
|
"Double Team",
|
|
"Recover",
|
|
"Harden",
|
|
"Minimize",
|
|
"Smokescreen",
|
|
"Confuse Ray",
|
|
"Withdraw",
|
|
"Defense Curl",
|
|
"Barrier",
|
|
"Light Screen",
|
|
"Haze",
|
|
"Reflect",
|
|
"Focus Energy",
|
|
"Bide",
|
|
"Metronome",
|
|
"Mirror Move",
|
|
"Self-Destruct",
|
|
"Egg Bomb",
|
|
"Lick",
|
|
"Smog",
|
|
"Sludge",
|
|
"Bone Club",
|
|
"Fire Blast",
|
|
"Waterfall",
|
|
"Clamp",
|
|
"Swift",
|
|
"Skull Bash",
|
|
"Spike Cannon",
|
|
"Constrict",
|
|
"Amnesia",
|
|
"Kinesis",
|
|
"Soft-Boiled",
|
|
"High Jump Kick",
|
|
"Glare",
|
|
"Dream Eater",
|
|
"Poison Gas",
|
|
"Barrage",
|
|
"Leech Life",
|
|
"Lovely Kiss",
|
|
"Sky Attack",
|
|
"Transform",
|
|
"Bubble",
|
|
"Dizzy Punch",
|
|
"Spore",
|
|
"Flash",
|
|
"Psywave",
|
|
"Splash",
|
|
"Acid Armor",
|
|
"Crabhammer",
|
|
"Explosion",
|
|
"Fury Swipes",
|
|
"Bonemerang",
|
|
"Rest",
|
|
"Rock Slide",
|
|
"Hyper Fang",
|
|
"Sharpen",
|
|
"Conversion",
|
|
"Tri Attack",
|
|
"Super Fang",
|
|
"Slash",
|
|
"Substitute",
|
|
"Struggle",
|
|
"Sketch",
|
|
"Triple Kick",
|
|
"Thief",
|
|
"Spider Web",
|
|
"Mind Reader",
|
|
"Nightmare",
|
|
"Flame Wheel",
|
|
"Snore",
|
|
"Curse*",
|
|
"Flail",
|
|
"Conversion 2",
|
|
"Aeroblast",
|
|
"Cotton Spore",
|
|
"Reversal",
|
|
"Spite",
|
|
"Powder Snow",
|
|
"Protect",
|
|
"Mach Punch",
|
|
"Scary Face",
|
|
"Feint Attack",
|
|
"Sweet Kiss*",
|
|
"Belly Drum",
|
|
"Sludge Bomb",
|
|
"Mud-Slap",
|
|
"Octazooka",
|
|
"Spikes",
|
|
"Zap Cannon",
|
|
"Foresight",
|
|
"Destiny Bond",
|
|
"Perish Song",
|
|
"Icy Wind",
|
|
"Detect",
|
|
"Bone Rush",
|
|
"Lock-On",
|
|
"Outrage",
|
|
"Sandstorm",
|
|
"Giga Drain",
|
|
"Endure",
|
|
"Charm*",
|
|
"Rollout",
|
|
"False Swipe",
|
|
"Swagger",
|
|
"Milk Drink",
|
|
"Spark",
|
|
"Fury Cutter",
|
|
"Steel Wing",
|
|
"Mean Look",
|
|
"Attract",
|
|
"Sleep Talk",
|
|
"Heal Bell",
|
|
"Return",
|
|
"Present",
|
|
"Frustration",
|
|
"Safeguard",
|
|
"Pain Split",
|
|
"Sacred Fire",
|
|
"Magnitude",
|
|
"Dynamic Punch",
|
|
"Megahorn",
|
|
"Dragon Breath",
|
|
"Baton Pass",
|
|
"Encore",
|
|
"Pursuit",
|
|
"Rapid Spin",
|
|
"Sweet Scent",
|
|
"Iron Tail",
|
|
"Metal Claw",
|
|
"Vital Throw",
|
|
"Morning Sun",
|
|
"Synthesis",
|
|
"Moonlight*",
|
|
"Hidden Power",
|
|
"Cross Chop",
|
|
"Twister",
|
|
"Rain Dance",
|
|
"Sunny Day",
|
|
"Crunch",
|
|
"Mirror Coat",
|
|
"Psych Up",
|
|
"Extreme Speed",
|
|
"Ancient Power",
|
|
"Shadow Ball",
|
|
"Future Sight",
|
|
"Rock Smash",
|
|
"Whirlpool",
|
|
"Beat Up",
|
|
"Fake Out",
|
|
"Uproar",
|
|
"Stockpile",
|
|
"Spit Up",
|
|
"Swallow",
|
|
"Heat Wave",
|
|
"Hail",
|
|
"Torment",
|
|
"Flatter",
|
|
"Will-O-Wisp",
|
|
"Memento",
|
|
"Facade",
|
|
"Focus Punch",
|
|
"Smelling Salts",
|
|
"Follow Me",
|
|
"Nature Power",
|
|
"Charge",
|
|
"Taunt",
|
|
"Helping Hand",
|
|
"Trick",
|
|
"Role Play",
|
|
"Wish",
|
|
"Assist",
|
|
"Ingrain",
|
|
"Superpower",
|
|
"Magic Coat",
|
|
"Recycle",
|
|
"Revenge",
|
|
"Brick Break",
|
|
"Yawn",
|
|
"Knock Off",
|
|
"Endeavor",
|
|
"Eruption",
|
|
"Skill Swap",
|
|
"Imprison",
|
|
"Refresh",
|
|
"Grudge",
|
|
"Snatch",
|
|
"Secret Power",
|
|
"Dive",
|
|
"Arm Thrust",
|
|
"Camouflage",
|
|
"Tail Glow",
|
|
"Luster Purge",
|
|
"Mist Ball",
|
|
"Feather Dance",
|
|
"Teeter Dance",
|
|
"Blaze Kick",
|
|
"Mud Sport",
|
|
"Ice Ball",
|
|
"Needle Arm",
|
|
"Slack Off",
|
|
"Hyper Voice",
|
|
"Poison Fang",
|
|
"Crush Claw",
|
|
"Blast Burn",
|
|
"Hydro Cannon",
|
|
"Meteor Mash",
|
|
"Astonish",
|
|
"Weather Ball",
|
|
"Aromatherapy",
|
|
"Fake Tears",
|
|
"Air Cutter",
|
|
"Overheat",
|
|
"Odor Sleuth",
|
|
"Rock Tomb",
|
|
"Silver Wind",
|
|
"Metal Sound",
|
|
"Grass Whistle",
|
|
"Tickle",
|
|
"Cosmic Power",
|
|
"Water Spout",
|
|
"Signal Beam",
|
|
"Shadow Punch",
|
|
"Extrasensory",
|
|
"Sky Uppercut",
|
|
"Sand Tomb",
|
|
"Sheer Cold",
|
|
"Muddy Water",
|
|
"Bullet Seed",
|
|
"Aerial Ace",
|
|
"Icicle Spear",
|
|
"Iron Defense",
|
|
"Block",
|
|
"Howl",
|
|
"Dragon Claw",
|
|
"Frenzy Plant",
|
|
"Bulk Up",
|
|
"Bounce",
|
|
"Mud Shot",
|
|
"Poison Tail",
|
|
"Covet",
|
|
"Volt Tackle",
|
|
"Magical Leaf",
|
|
"Water Sport",
|
|
"Calm Mind",
|
|
"Leaf Blade",
|
|
"Dragon Dance",
|
|
"Rock Blast",
|
|
"Shock Wave",
|
|
"Water Pulse",
|
|
"Doom Desire",
|
|
"Psycho Boost"});
|
|
this.move2.Location = new System.Drawing.Point(188, 177);
|
|
this.move2.Name = "move2";
|
|
this.move2.Size = new System.Drawing.Size(170, 21);
|
|
this.move2.TabIndex = 10;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.Location = new System.Drawing.Point(12, 204);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(100, 15);
|
|
this.label6.TabIndex = 13;
|
|
this.label6.Text = "Move 3:";
|
|
//
|
|
// move3
|
|
//
|
|
this.move3.FormattingEnabled = true;
|
|
this.move3.Items.AddRange(new object[] {
|
|
"-NONE-",
|
|
"Pound",
|
|
"Karate Chop*",
|
|
"Double Slap",
|
|
"Comet Punch",
|
|
"Mega Punch",
|
|
"Pay Day",
|
|
"Fire Punch",
|
|
"Ice Punch",
|
|
"Thunder Punch",
|
|
"Scratch",
|
|
"Vice Grip",
|
|
"Guillotine",
|
|
"Razor Wind",
|
|
"Swords Dance",
|
|
"Cut",
|
|
"Gust*",
|
|
"Wing Attack",
|
|
"Whirlwind",
|
|
"Fly",
|
|
"Bind",
|
|
"Slam",
|
|
"Vine Whip",
|
|
"Stomp",
|
|
"Double Kick",
|
|
"Mega Kick",
|
|
"Jump Kick",
|
|
"Rolling Kick",
|
|
"Sand Attack*",
|
|
"Headbutt",
|
|
"Horn Attack",
|
|
"Fury Attack",
|
|
"Horn Drill",
|
|
"Tackle",
|
|
"Body Slam",
|
|
"Wrap",
|
|
"Take Down",
|
|
"Thrash",
|
|
"Double-Edge",
|
|
"Tail Whip",
|
|
"Poison Sting",
|
|
"Twineedle",
|
|
"Pin Missile",
|
|
"Leer",
|
|
"Bite*",
|
|
"Growl",
|
|
"Roar",
|
|
"Sing",
|
|
"Supersonic",
|
|
"Sonic Boom",
|
|
"Disable",
|
|
"Acid",
|
|
"Ember",
|
|
"Flamethrower",
|
|
"Mist",
|
|
"Water Gun",
|
|
"Hydro Pump",
|
|
"Surf",
|
|
"Ice Beam",
|
|
"Blizzard",
|
|
"Psybeam",
|
|
"Bubble Beam",
|
|
"Aurora Beam",
|
|
"Hyper Beam",
|
|
"Peck",
|
|
"Drill Peck",
|
|
"Submission",
|
|
"Low Kick",
|
|
"Counter",
|
|
"Seismic Toss",
|
|
"Strength",
|
|
"Absorb",
|
|
"Mega Drain",
|
|
"Leech Seed",
|
|
"Growth",
|
|
"Razor Leaf",
|
|
"Solar Beam",
|
|
"Poison Powder",
|
|
"Stun Spore",
|
|
"Sleep Powder",
|
|
"Petal Dance",
|
|
"String Shot",
|
|
"Dragon Rage",
|
|
"Fire Spin",
|
|
"Thunder Shock",
|
|
"Thunderbolt",
|
|
"Thunder Wave",
|
|
"Thunder",
|
|
"Rock Throw",
|
|
"Earthquake",
|
|
"Fissure",
|
|
"Dig",
|
|
"Toxic",
|
|
"Confusion",
|
|
"Psychic",
|
|
"Hypnosis",
|
|
"Meditate",
|
|
"Agility",
|
|
"Quick Attack",
|
|
"Rage",
|
|
"Teleport",
|
|
"Night Shade",
|
|
"Mimic",
|
|
"Screech",
|
|
"Double Team",
|
|
"Recover",
|
|
"Harden",
|
|
"Minimize",
|
|
"Smokescreen",
|
|
"Confuse Ray",
|
|
"Withdraw",
|
|
"Defense Curl",
|
|
"Barrier",
|
|
"Light Screen",
|
|
"Haze",
|
|
"Reflect",
|
|
"Focus Energy",
|
|
"Bide",
|
|
"Metronome",
|
|
"Mirror Move",
|
|
"Self-Destruct",
|
|
"Egg Bomb",
|
|
"Lick",
|
|
"Smog",
|
|
"Sludge",
|
|
"Bone Club",
|
|
"Fire Blast",
|
|
"Waterfall",
|
|
"Clamp",
|
|
"Swift",
|
|
"Skull Bash",
|
|
"Spike Cannon",
|
|
"Constrict",
|
|
"Amnesia",
|
|
"Kinesis",
|
|
"Soft-Boiled",
|
|
"High Jump Kick",
|
|
"Glare",
|
|
"Dream Eater",
|
|
"Poison Gas",
|
|
"Barrage",
|
|
"Leech Life",
|
|
"Lovely Kiss",
|
|
"Sky Attack",
|
|
"Transform",
|
|
"Bubble",
|
|
"Dizzy Punch",
|
|
"Spore",
|
|
"Flash",
|
|
"Psywave",
|
|
"Splash",
|
|
"Acid Armor",
|
|
"Crabhammer",
|
|
"Explosion",
|
|
"Fury Swipes",
|
|
"Bonemerang",
|
|
"Rest",
|
|
"Rock Slide",
|
|
"Hyper Fang",
|
|
"Sharpen",
|
|
"Conversion",
|
|
"Tri Attack",
|
|
"Super Fang",
|
|
"Slash",
|
|
"Substitute",
|
|
"Struggle",
|
|
"Sketch",
|
|
"Triple Kick",
|
|
"Thief",
|
|
"Spider Web",
|
|
"Mind Reader",
|
|
"Nightmare",
|
|
"Flame Wheel",
|
|
"Snore",
|
|
"Curse*",
|
|
"Flail",
|
|
"Conversion 2",
|
|
"Aeroblast",
|
|
"Cotton Spore",
|
|
"Reversal",
|
|
"Spite",
|
|
"Powder Snow",
|
|
"Protect",
|
|
"Mach Punch",
|
|
"Scary Face",
|
|
"Feint Attack",
|
|
"Sweet Kiss*",
|
|
"Belly Drum",
|
|
"Sludge Bomb",
|
|
"Mud-Slap",
|
|
"Octazooka",
|
|
"Spikes",
|
|
"Zap Cannon",
|
|
"Foresight",
|
|
"Destiny Bond",
|
|
"Perish Song",
|
|
"Icy Wind",
|
|
"Detect",
|
|
"Bone Rush",
|
|
"Lock-On",
|
|
"Outrage",
|
|
"Sandstorm",
|
|
"Giga Drain",
|
|
"Endure",
|
|
"Charm*",
|
|
"Rollout",
|
|
"False Swipe",
|
|
"Swagger",
|
|
"Milk Drink",
|
|
"Spark",
|
|
"Fury Cutter",
|
|
"Steel Wing",
|
|
"Mean Look",
|
|
"Attract",
|
|
"Sleep Talk",
|
|
"Heal Bell",
|
|
"Return",
|
|
"Present",
|
|
"Frustration",
|
|
"Safeguard",
|
|
"Pain Split",
|
|
"Sacred Fire",
|
|
"Magnitude",
|
|
"Dynamic Punch",
|
|
"Megahorn",
|
|
"Dragon Breath",
|
|
"Baton Pass",
|
|
"Encore",
|
|
"Pursuit",
|
|
"Rapid Spin",
|
|
"Sweet Scent",
|
|
"Iron Tail",
|
|
"Metal Claw",
|
|
"Vital Throw",
|
|
"Morning Sun",
|
|
"Synthesis",
|
|
"Moonlight*",
|
|
"Hidden Power",
|
|
"Cross Chop",
|
|
"Twister",
|
|
"Rain Dance",
|
|
"Sunny Day",
|
|
"Crunch",
|
|
"Mirror Coat",
|
|
"Psych Up",
|
|
"Extreme Speed",
|
|
"Ancient Power",
|
|
"Shadow Ball",
|
|
"Future Sight",
|
|
"Rock Smash",
|
|
"Whirlpool",
|
|
"Beat Up",
|
|
"Fake Out",
|
|
"Uproar",
|
|
"Stockpile",
|
|
"Spit Up",
|
|
"Swallow",
|
|
"Heat Wave",
|
|
"Hail",
|
|
"Torment",
|
|
"Flatter",
|
|
"Will-O-Wisp",
|
|
"Memento",
|
|
"Facade",
|
|
"Focus Punch",
|
|
"Smelling Salts",
|
|
"Follow Me",
|
|
"Nature Power",
|
|
"Charge",
|
|
"Taunt",
|
|
"Helping Hand",
|
|
"Trick",
|
|
"Role Play",
|
|
"Wish",
|
|
"Assist",
|
|
"Ingrain",
|
|
"Superpower",
|
|
"Magic Coat",
|
|
"Recycle",
|
|
"Revenge",
|
|
"Brick Break",
|
|
"Yawn",
|
|
"Knock Off",
|
|
"Endeavor",
|
|
"Eruption",
|
|
"Skill Swap",
|
|
"Imprison",
|
|
"Refresh",
|
|
"Grudge",
|
|
"Snatch",
|
|
"Secret Power",
|
|
"Dive",
|
|
"Arm Thrust",
|
|
"Camouflage",
|
|
"Tail Glow",
|
|
"Luster Purge",
|
|
"Mist Ball",
|
|
"Feather Dance",
|
|
"Teeter Dance",
|
|
"Blaze Kick",
|
|
"Mud Sport",
|
|
"Ice Ball",
|
|
"Needle Arm",
|
|
"Slack Off",
|
|
"Hyper Voice",
|
|
"Poison Fang",
|
|
"Crush Claw",
|
|
"Blast Burn",
|
|
"Hydro Cannon",
|
|
"Meteor Mash",
|
|
"Astonish",
|
|
"Weather Ball",
|
|
"Aromatherapy",
|
|
"Fake Tears",
|
|
"Air Cutter",
|
|
"Overheat",
|
|
"Odor Sleuth",
|
|
"Rock Tomb",
|
|
"Silver Wind",
|
|
"Metal Sound",
|
|
"Grass Whistle",
|
|
"Tickle",
|
|
"Cosmic Power",
|
|
"Water Spout",
|
|
"Signal Beam",
|
|
"Shadow Punch",
|
|
"Extrasensory",
|
|
"Sky Uppercut",
|
|
"Sand Tomb",
|
|
"Sheer Cold",
|
|
"Muddy Water",
|
|
"Bullet Seed",
|
|
"Aerial Ace",
|
|
"Icicle Spear",
|
|
"Iron Defense",
|
|
"Block",
|
|
"Howl",
|
|
"Dragon Claw",
|
|
"Frenzy Plant",
|
|
"Bulk Up",
|
|
"Bounce",
|
|
"Mud Shot",
|
|
"Poison Tail",
|
|
"Covet",
|
|
"Volt Tackle",
|
|
"Magical Leaf",
|
|
"Water Sport",
|
|
"Calm Mind",
|
|
"Leaf Blade",
|
|
"Dragon Dance",
|
|
"Rock Blast",
|
|
"Shock Wave",
|
|
"Water Pulse",
|
|
"Doom Desire",
|
|
"Psycho Boost"});
|
|
this.move3.Location = new System.Drawing.Point(12, 222);
|
|
this.move3.Name = "move3";
|
|
this.move3.Size = new System.Drawing.Size(170, 21);
|
|
this.move3.TabIndex = 12;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.Location = new System.Drawing.Point(188, 204);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(100, 15);
|
|
this.label7.TabIndex = 15;
|
|
this.label7.Text = "Move 4:";
|
|
//
|
|
// move4
|
|
//
|
|
this.move4.FormattingEnabled = true;
|
|
this.move4.Items.AddRange(new object[] {
|
|
"-NONE-",
|
|
"Pound",
|
|
"Karate Chop*",
|
|
"Double Slap",
|
|
"Comet Punch",
|
|
"Mega Punch",
|
|
"Pay Day",
|
|
"Fire Punch",
|
|
"Ice Punch",
|
|
"Thunder Punch",
|
|
"Scratch",
|
|
"Vice Grip",
|
|
"Guillotine",
|
|
"Razor Wind",
|
|
"Swords Dance",
|
|
"Cut",
|
|
"Gust*",
|
|
"Wing Attack",
|
|
"Whirlwind",
|
|
"Fly",
|
|
"Bind",
|
|
"Slam",
|
|
"Vine Whip",
|
|
"Stomp",
|
|
"Double Kick",
|
|
"Mega Kick",
|
|
"Jump Kick",
|
|
"Rolling Kick",
|
|
"Sand Attack*",
|
|
"Headbutt",
|
|
"Horn Attack",
|
|
"Fury Attack",
|
|
"Horn Drill",
|
|
"Tackle",
|
|
"Body Slam",
|
|
"Wrap",
|
|
"Take Down",
|
|
"Thrash",
|
|
"Double-Edge",
|
|
"Tail Whip",
|
|
"Poison Sting",
|
|
"Twineedle",
|
|
"Pin Missile",
|
|
"Leer",
|
|
"Bite*",
|
|
"Growl",
|
|
"Roar",
|
|
"Sing",
|
|
"Supersonic",
|
|
"Sonic Boom",
|
|
"Disable",
|
|
"Acid",
|
|
"Ember",
|
|
"Flamethrower",
|
|
"Mist",
|
|
"Water Gun",
|
|
"Hydro Pump",
|
|
"Surf",
|
|
"Ice Beam",
|
|
"Blizzard",
|
|
"Psybeam",
|
|
"Bubble Beam",
|
|
"Aurora Beam",
|
|
"Hyper Beam",
|
|
"Peck",
|
|
"Drill Peck",
|
|
"Submission",
|
|
"Low Kick",
|
|
"Counter",
|
|
"Seismic Toss",
|
|
"Strength",
|
|
"Absorb",
|
|
"Mega Drain",
|
|
"Leech Seed",
|
|
"Growth",
|
|
"Razor Leaf",
|
|
"Solar Beam",
|
|
"Poison Powder",
|
|
"Stun Spore",
|
|
"Sleep Powder",
|
|
"Petal Dance",
|
|
"String Shot",
|
|
"Dragon Rage",
|
|
"Fire Spin",
|
|
"Thunder Shock",
|
|
"Thunderbolt",
|
|
"Thunder Wave",
|
|
"Thunder",
|
|
"Rock Throw",
|
|
"Earthquake",
|
|
"Fissure",
|
|
"Dig",
|
|
"Toxic",
|
|
"Confusion",
|
|
"Psychic",
|
|
"Hypnosis",
|
|
"Meditate",
|
|
"Agility",
|
|
"Quick Attack",
|
|
"Rage",
|
|
"Teleport",
|
|
"Night Shade",
|
|
"Mimic",
|
|
"Screech",
|
|
"Double Team",
|
|
"Recover",
|
|
"Harden",
|
|
"Minimize",
|
|
"Smokescreen",
|
|
"Confuse Ray",
|
|
"Withdraw",
|
|
"Defense Curl",
|
|
"Barrier",
|
|
"Light Screen",
|
|
"Haze",
|
|
"Reflect",
|
|
"Focus Energy",
|
|
"Bide",
|
|
"Metronome",
|
|
"Mirror Move",
|
|
"Self-Destruct",
|
|
"Egg Bomb",
|
|
"Lick",
|
|
"Smog",
|
|
"Sludge",
|
|
"Bone Club",
|
|
"Fire Blast",
|
|
"Waterfall",
|
|
"Clamp",
|
|
"Swift",
|
|
"Skull Bash",
|
|
"Spike Cannon",
|
|
"Constrict",
|
|
"Amnesia",
|
|
"Kinesis",
|
|
"Soft-Boiled",
|
|
"High Jump Kick",
|
|
"Glare",
|
|
"Dream Eater",
|
|
"Poison Gas",
|
|
"Barrage",
|
|
"Leech Life",
|
|
"Lovely Kiss",
|
|
"Sky Attack",
|
|
"Transform",
|
|
"Bubble",
|
|
"Dizzy Punch",
|
|
"Spore",
|
|
"Flash",
|
|
"Psywave",
|
|
"Splash",
|
|
"Acid Armor",
|
|
"Crabhammer",
|
|
"Explosion",
|
|
"Fury Swipes",
|
|
"Bonemerang",
|
|
"Rest",
|
|
"Rock Slide",
|
|
"Hyper Fang",
|
|
"Sharpen",
|
|
"Conversion",
|
|
"Tri Attack",
|
|
"Super Fang",
|
|
"Slash",
|
|
"Substitute",
|
|
"Struggle",
|
|
"Sketch",
|
|
"Triple Kick",
|
|
"Thief",
|
|
"Spider Web",
|
|
"Mind Reader",
|
|
"Nightmare",
|
|
"Flame Wheel",
|
|
"Snore",
|
|
"Curse*",
|
|
"Flail",
|
|
"Conversion 2",
|
|
"Aeroblast",
|
|
"Cotton Spore",
|
|
"Reversal",
|
|
"Spite",
|
|
"Powder Snow",
|
|
"Protect",
|
|
"Mach Punch",
|
|
"Scary Face",
|
|
"Feint Attack",
|
|
"Sweet Kiss*",
|
|
"Belly Drum",
|
|
"Sludge Bomb",
|
|
"Mud-Slap",
|
|
"Octazooka",
|
|
"Spikes",
|
|
"Zap Cannon",
|
|
"Foresight",
|
|
"Destiny Bond",
|
|
"Perish Song",
|
|
"Icy Wind",
|
|
"Detect",
|
|
"Bone Rush",
|
|
"Lock-On",
|
|
"Outrage",
|
|
"Sandstorm",
|
|
"Giga Drain",
|
|
"Endure",
|
|
"Charm*",
|
|
"Rollout",
|
|
"False Swipe",
|
|
"Swagger",
|
|
"Milk Drink",
|
|
"Spark",
|
|
"Fury Cutter",
|
|
"Steel Wing",
|
|
"Mean Look",
|
|
"Attract",
|
|
"Sleep Talk",
|
|
"Heal Bell",
|
|
"Return",
|
|
"Present",
|
|
"Frustration",
|
|
"Safeguard",
|
|
"Pain Split",
|
|
"Sacred Fire",
|
|
"Magnitude",
|
|
"Dynamic Punch",
|
|
"Megahorn",
|
|
"Dragon Breath",
|
|
"Baton Pass",
|
|
"Encore",
|
|
"Pursuit",
|
|
"Rapid Spin",
|
|
"Sweet Scent",
|
|
"Iron Tail",
|
|
"Metal Claw",
|
|
"Vital Throw",
|
|
"Morning Sun",
|
|
"Synthesis",
|
|
"Moonlight*",
|
|
"Hidden Power",
|
|
"Cross Chop",
|
|
"Twister",
|
|
"Rain Dance",
|
|
"Sunny Day",
|
|
"Crunch",
|
|
"Mirror Coat",
|
|
"Psych Up",
|
|
"Extreme Speed",
|
|
"Ancient Power",
|
|
"Shadow Ball",
|
|
"Future Sight",
|
|
"Rock Smash",
|
|
"Whirlpool",
|
|
"Beat Up",
|
|
"Fake Out",
|
|
"Uproar",
|
|
"Stockpile",
|
|
"Spit Up",
|
|
"Swallow",
|
|
"Heat Wave",
|
|
"Hail",
|
|
"Torment",
|
|
"Flatter",
|
|
"Will-O-Wisp",
|
|
"Memento",
|
|
"Facade",
|
|
"Focus Punch",
|
|
"Smelling Salts",
|
|
"Follow Me",
|
|
"Nature Power",
|
|
"Charge",
|
|
"Taunt",
|
|
"Helping Hand",
|
|
"Trick",
|
|
"Role Play",
|
|
"Wish",
|
|
"Assist",
|
|
"Ingrain",
|
|
"Superpower",
|
|
"Magic Coat",
|
|
"Recycle",
|
|
"Revenge",
|
|
"Brick Break",
|
|
"Yawn",
|
|
"Knock Off",
|
|
"Endeavor",
|
|
"Eruption",
|
|
"Skill Swap",
|
|
"Imprison",
|
|
"Refresh",
|
|
"Grudge",
|
|
"Snatch",
|
|
"Secret Power",
|
|
"Dive",
|
|
"Arm Thrust",
|
|
"Camouflage",
|
|
"Tail Glow",
|
|
"Luster Purge",
|
|
"Mist Ball",
|
|
"Feather Dance",
|
|
"Teeter Dance",
|
|
"Blaze Kick",
|
|
"Mud Sport",
|
|
"Ice Ball",
|
|
"Needle Arm",
|
|
"Slack Off",
|
|
"Hyper Voice",
|
|
"Poison Fang",
|
|
"Crush Claw",
|
|
"Blast Burn",
|
|
"Hydro Cannon",
|
|
"Meteor Mash",
|
|
"Astonish",
|
|
"Weather Ball",
|
|
"Aromatherapy",
|
|
"Fake Tears",
|
|
"Air Cutter",
|
|
"Overheat",
|
|
"Odor Sleuth",
|
|
"Rock Tomb",
|
|
"Silver Wind",
|
|
"Metal Sound",
|
|
"Grass Whistle",
|
|
"Tickle",
|
|
"Cosmic Power",
|
|
"Water Spout",
|
|
"Signal Beam",
|
|
"Shadow Punch",
|
|
"Extrasensory",
|
|
"Sky Uppercut",
|
|
"Sand Tomb",
|
|
"Sheer Cold",
|
|
"Muddy Water",
|
|
"Bullet Seed",
|
|
"Aerial Ace",
|
|
"Icicle Spear",
|
|
"Iron Defense",
|
|
"Block",
|
|
"Howl",
|
|
"Dragon Claw",
|
|
"Frenzy Plant",
|
|
"Bulk Up",
|
|
"Bounce",
|
|
"Mud Shot",
|
|
"Poison Tail",
|
|
"Covet",
|
|
"Volt Tackle",
|
|
"Magical Leaf",
|
|
"Water Sport",
|
|
"Calm Mind",
|
|
"Leaf Blade",
|
|
"Dragon Dance",
|
|
"Rock Blast",
|
|
"Shock Wave",
|
|
"Water Pulse",
|
|
"Doom Desire",
|
|
"Psycho Boost"});
|
|
this.move4.Location = new System.Drawing.Point(188, 222);
|
|
this.move4.Name = "move4";
|
|
this.move4.Size = new System.Drawing.Size(170, 21);
|
|
this.move4.TabIndex = 14;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.script_help);
|
|
this.groupBox1.Controls.Add(this.killscript);
|
|
this.groupBox1.Controls.Add(this.eggflag);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 63);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(347, 42);
|
|
this.groupBox1.TabIndex = 16;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Script";
|
|
//
|
|
// script_help
|
|
//
|
|
this.script_help.Location = new System.Drawing.Point(320, 13);
|
|
this.script_help.Name = "script_help";
|
|
this.script_help.Size = new System.Drawing.Size(21, 23);
|
|
this.script_help.TabIndex = 2;
|
|
this.script_help.Text = "?";
|
|
this.script_help.UseVisualStyleBackColor = true;
|
|
this.script_help.Click += new System.EventHandler(this.Script_helpClick);
|
|
//
|
|
// killscript
|
|
//
|
|
this.killscript.Location = new System.Drawing.Point(176, 12);
|
|
this.killscript.Name = "killscript";
|
|
this.killscript.Size = new System.Drawing.Size(104, 24);
|
|
this.killscript.TabIndex = 1;
|
|
this.killscript.Text = "Killscript";
|
|
this.killscript.UseVisualStyleBackColor = true;
|
|
//
|
|
// eggflag
|
|
//
|
|
this.eggflag.Checked = true;
|
|
this.eggflag.Location = new System.Drawing.Point(42, 12);
|
|
this.eggflag.Name = "eggflag";
|
|
this.eggflag.Size = new System.Drawing.Size(128, 24);
|
|
this.eggflag.TabIndex = 0;
|
|
this.eggflag.TabStop = true;
|
|
this.eggflag.Text = "Use rom event flag";
|
|
this.eggflag.UseVisualStyleBackColor = true;
|
|
//
|
|
// WC3_editor_giveggExt
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(371, 295);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.move4);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.move3);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.move2);
|
|
this.Controls.Add(this.cancel_but);
|
|
this.Controls.Add(this.save_but);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.lang_box);
|
|
this.Controls.Add(this.game_box);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.move_box);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.species_box);
|
|
this.Name = "WC3_editor_giveggExt";
|
|
this.Text = "ROM Give Egg Script";
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
}
|
|
}
|