Fixes CRC (#5)

This commit is contained in:
Kamron Batman 2019-03-21 17:05:47 -07:00 committed by GitHub
parent 42c7a6375b
commit 683f3d886f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 580 additions and 552 deletions

View File

@ -374,7 +374,7 @@ namespace WC3Tool
this.Controls.Add(this.sav3_path);
this.Controls.Add(this.load_save_but);
this.Name = "EventTool";
this.Text = "Gen3 Event Tool 0.1e by Sabresite";
this.Text = "Gen3 Event Tool 0.1f by Sabresite";
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.EventToolDragDrop);
this.DragEnter += new System.Windows.Forms.DragEventHandler(this.EventToolDragEnter);
this.JAP_group.ResumeLayout(false);

View File

@ -553,7 +553,7 @@ namespace WC3Tool
this.Controls.Add(this.load_save_but);
this.Controls.Add(this.menuStrip1);
this.Name = "MainScreen";
this.Text = "Mystery Gift Tool 0.1e by Sabresite";
this.Text = "Mystery Gift Tool 0.1f by Sabresite";
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.MainScreenDragDrop);
this.DragEnter += new System.Windows.Forms.DragEventHandler(this.MainScreenDragEnter);
this.menuStrip1.ResumeLayout(false);

View File

@ -457,7 +457,7 @@ namespace WC3Tool
}
void AboutToolStripMenuItem1Click(object sender, EventArgs e)
{
MessageBox.Show("Mystery Gift Tool 0.1e by Sabresite ("+version()+")\n\nMany thanks to suloku, ajxpkm, Real.96, BlackShark, lostaddict, Háčky, every contributor and many more involved in Mystery Event research!\n\nThe research thread at projectpokemon.org might be of your interest.\n\nIf you want to contribute any missing event, contact Sabresite, suloku or ajxpkm at projectpokemon's forums or sabresite@projectpokemon.org");
MessageBox.Show("Mystery Gift Tool 0.1f by Sabresite ("+version()+")\n\nMany thanks to suloku, ajxpkm, Real.96, BlackShark, lostaddict, Háčky, every contributor and many more involved in Mystery Event research!\n\nThe research thread at projectpokemon.org might be of your interest.\n\nIf you want to contribute any missing event, contact Sabresite, suloku or ajxpkm at projectpokemon's forums or sabresite@projectpokemon.org");
}
void Tvswarm_butClick(object sender, EventArgs e)
{

File diff suppressed because it is too large Load Diff