Skip to content

Commit

Permalink
Fixes CRC (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamronbatman authored Mar 22, 2019
1 parent 42c7a63 commit 683f3d8
Show file tree
Hide file tree
Showing 4 changed files with 580 additions and 552 deletions.
2 changes: 1 addition & 1 deletion WC3Tool/EventTool.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion WC3Tool/MainScreen.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion WC3Tool/MainScreen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ void Ecb_edit_butClick(object sender, EventArgs e)
}
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 [email protected]");
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 [email protected]");
}
void Tvswarm_butClick(object sender, EventArgs e)
{
Expand Down
Loading

0 comments on commit 683f3d8

Please sign in to comment.