From 79e9a8917c3082d569e595bdbdc20a8e59e6a5be Mon Sep 17 00:00:00 2001 From: AdAstra-LD Date: Fri, 1 Jan 2021 21:23:52 +0100 Subject: [PATCH] =?UTF-8?q?Updated=20version=20number=20to=20match=20N?= =?UTF-8?q?=C3=B8mura's?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DS_Map/Main Window.Designer.cs | 2 +- DS_Map/Main Window.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DS_Map/Main Window.Designer.cs b/DS_Map/Main Window.Designer.cs index 7d1efc7..d01b609 100644 --- a/DS_Map/Main Window.Designer.cs +++ b/DS_Map/Main Window.Designer.cs @@ -6015,7 +6015,7 @@ this.MainMenuStrip = this.menuStrip1; this.MaximizeBox = false; this.Name = "Form1"; - this.Text = "DS Pokémon Rom Editor 1.0.3 (Nømura, AdAstra, Mixone)"; + this.Text = "DS Pokémon Rom Editor 1.0.4a (Nømura, AdAstra, Mixone)"; this.Load += new System.EventHandler(this.Form1_Load); this.mainTabControl.ResumeLayout(false); this.headerEditorTabPage.ResumeLayout(false); diff --git a/DS_Map/Main Window.cs b/DS_Map/Main Window.cs index 69d7e8a..b584b99 100644 --- a/DS_Map/Main Window.cs +++ b/DS_Map/Main Window.cs @@ -928,9 +928,9 @@ namespace DS_Map } private void aboutToolStripMenuItem1_Click(object sender, EventArgs e) { - string message = "DS Pokémon Rom Editor by Nømura (AdAstra's edit of Mixone's branch)" + Environment.NewLine + "gameVersion 1.0.3" + Environment.NewLine + string message = "DS Pokémon Rom Editor by Nømura (Unofficial Branch)" + Environment.NewLine + "version 1.0.4a" + Environment.NewLine + Environment.NewLine + "This tool was largely inspired by Markitus95's Spiky's DS Map Editor, from which certain assets were also recycled. Credits go to Markitus, Ark, Zark, Florian, and everyone else who owes credit for SDSME." + Environment.NewLine + - "Special thanks go to Trifindo, Mikelan98, BagBoy, and JackHack96, who provided tons of help, research and expertise in the field of NDS Rom Hacking that made the development of this tool possible."; + "Special thanks go to Trifindo, Mikelan98, BagBoy, and JackHack96, whose help, research and expertise in the field of NDS Rom Hacking made the development of this tool possible."; MessageBox.Show(message, "about", MessageBoxButtons.OK, MessageBoxIcon.Information); }