mirror of
https://github.com/projectpokemon/Gen3-WCTool.git
synced 2026-03-21 17:34:24 -05:00
Fixes RootNamespace issue (#3)
This commit is contained in:
parent
b786ecb3b8
commit
42c7a6375b
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -236,3 +236,4 @@ _Pvt_Extensions
|
|||
.fake/
|
||||
|
||||
.idea/
|
||||
.DS_Store
|
||||
|
|
|
|||
2
WC3Tool/EventTool.Designer.cs
generated
2
WC3Tool/EventTool.Designer.cs
generated
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
* To change this template use Tools | Options | Coding | Edit Standard Headers.
|
||||
*/
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
partial class EventTool
|
||||
{
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ using System.Windows.Forms;
|
|||
using System.Reflection;
|
||||
using System.Resources;
|
||||
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
/// <summary>
|
||||
/// Description of EventTool.
|
||||
|
|
@ -30,7 +30,7 @@ namespace WC3_TOOL
|
|||
// TODO: Add constructor code after the InitializeComponent() call.
|
||||
//
|
||||
}
|
||||
ResourceManager Tickets = new ResourceManager("WC3_tool.WC3.Tickets", Assembly.GetExecutingAssembly());
|
||||
ResourceManager Tickets = new ResourceManager("WC3Tool.WC3.Tickets", Assembly.GetExecutingAssembly());
|
||||
public string savfilter = "RAW Save file|*.sav;*sa1;*sa2|All Files (*.*)|*.*";
|
||||
public string wc3filter = "Wonder Card file|*.wc3|All Files (*.*)|*.*";
|
||||
public string wcnfilter = "Wonder News file|*.wn3|All Files (*.*)|*.*";
|
||||
|
|
|
|||
2
WC3Tool/MainScreen.Designer.cs
generated
2
WC3Tool/MainScreen.Designer.cs
generated
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
* To change this template use Tools | Options | Coding | Edit Standard Headers.
|
||||
*/
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
partial class MainScreen
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ using System;
|
|||
using System.Windows.Forms;
|
||||
using System.Reflection;
|
||||
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
/// <summary>
|
||||
/// Description of MainScreen.
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
using System;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
/// <summary>
|
||||
/// Class with program entry point.
|
||||
|
|
|
|||
2
WC3Tool/WC3/Decor_editor.Designer.cs
generated
2
WC3Tool/WC3/Decor_editor.Designer.cs
generated
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
* To change this template use Tools | Options | Coding | Edit Standard Headers.
|
||||
*/
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
partial class Decor_editor
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ using System;
|
|||
using System.Windows.Forms;
|
||||
|
||||
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
/// <summary>
|
||||
/// Description of Decor_editor.
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
using System;
|
||||
using System.Linq;
|
||||
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
/// <summary>
|
||||
/// Description of ECB.
|
||||
|
|
|
|||
2
WC3Tool/WC3/ECB_editor.Designer.cs
generated
2
WC3Tool/WC3/ECB_editor.Designer.cs
generated
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
* To change this template use Tools | Options | Coding | Edit Standard Headers.
|
||||
*/
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
partial class ECB_editor
|
||||
{
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
using System;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
/// <summary>
|
||||
/// Description of ECB_editor.
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
using System;
|
||||
using System.Linq;
|
||||
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
/// <summary>
|
||||
/// Description of ECT.
|
||||
|
|
|
|||
2
WC3Tool/WC3/ECT_editor.Designer.cs
generated
2
WC3Tool/WC3/ECT_editor.Designer.cs
generated
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
* To change this template use Tools | Options | Coding | Edit Standard Headers.
|
||||
*/
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
partial class ECT_editor
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ using System;
|
|||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
/// <summary>
|
||||
/// Description of ECT_editor.
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
* To change this template use Tools | Options | Coding | Edit Standard Headers.
|
||||
*/
|
||||
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
/// <summary>
|
||||
/// Description of ECT_editor_text.
|
||||
|
|
|
|||
2
WC3Tool/WC3/ECT_pkedit.Designer.cs
generated
2
WC3Tool/WC3/ECT_pkedit.Designer.cs
generated
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
* To change this template use Tools | Options | Coding | Edit Standard Headers.
|
||||
*/
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
partial class ECT_pkedit
|
||||
{
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ using System;
|
|||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
/// <summary>
|
||||
/// Description of ECT_pkedit.
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ using System;
|
|||
using System.Windows.Forms;
|
||||
using System.IO;
|
||||
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
/// <summary>
|
||||
/// Description of FILEIO.
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ using System;
|
|||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
/// <summary>
|
||||
/// Description of ME3.
|
||||
|
|
|
|||
2
WC3Tool/WC3/ME3_editor.Designer.cs
generated
2
WC3Tool/WC3/ME3_editor.Designer.cs
generated
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
* To change this template use Tools | Options | Coding | Edit Standard Headers.
|
||||
*/
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
partial class ME3_editor
|
||||
{
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
using System;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
/// <summary>
|
||||
/// Description of ME3_editor.
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ using System;
|
|||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
/// <summary>
|
||||
/// Description of SAV3.
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
using System;
|
||||
using System.Linq;
|
||||
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
public class TV_EVENTS
|
||||
{
|
||||
|
|
|
|||
2
WC3Tool/WC3/TV_editor.Designer.cs
generated
2
WC3Tool/WC3/TV_editor.Designer.cs
generated
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
* To change this template use Tools | Options | Coding | Edit Standard Headers.
|
||||
*/
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
partial class TV_editor
|
||||
{
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
using System;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
/// <summary>
|
||||
/// Description of TV_editor.
|
||||
|
|
|
|||
2
WC3Tool/WC3/WC3_editor.Designer.cs
generated
2
WC3Tool/WC3/WC3_editor.Designer.cs
generated
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
* To change this template use Tools | Options | Coding | Edit Standard Headers.
|
||||
*/
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
partial class WC3_editor
|
||||
{
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ using System.Windows.Forms;
|
|||
using System.Reflection;
|
||||
using System.Resources;
|
||||
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
/// <summary>
|
||||
/// Description of MainForm.
|
||||
|
|
@ -299,8 +299,8 @@ namespace WC3_TOOL
|
|||
{
|
||||
drawCard();
|
||||
}
|
||||
ResourceManager resources = new ResourceManager("WC3_TOOL.WC3.Image.Cards", Assembly.GetExecutingAssembly());
|
||||
ResourceManager resources2 = new ResourceManager("WC3_TOOL.WC3.Image.Icons", Assembly.GetExecutingAssembly());
|
||||
ResourceManager resources = new ResourceManager("WC3Tool.WC3.Image.Cards", Assembly.GetExecutingAssembly());
|
||||
ResourceManager resources2 = new ResourceManager("WC3Tool.WC3.Image.Icons", Assembly.GetExecutingAssembly());
|
||||
Image bitmap2;
|
||||
Image bitmap;
|
||||
void drawCard()
|
||||
|
|
|
|||
2
WC3Tool/WC3/WC3_editor_givegg.Designer.cs
generated
2
WC3Tool/WC3/WC3_editor_givegg.Designer.cs
generated
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
* To change this template use Tools | Options | Coding | Edit Standard Headers.
|
||||
*/
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
partial class WC3_editor_givegg
|
||||
{
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ using System.Windows.Forms;
|
|||
using System.Reflection;
|
||||
using System.Resources;
|
||||
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
/// <summary>
|
||||
/// Description of WC3_editor_givegg.
|
||||
|
|
@ -70,7 +70,7 @@ Bitmap bitmap = (Bitmap)ResourceManager.GetObject("Image");
|
|||
break;
|
||||
}
|
||||
//MessageBox.Show("ROM_"+game+"_GiveEgg_"+lang);
|
||||
ResourceManager EggScripts = new ResourceManager("WC3_tool.WC3.GiveEggOrg", Assembly.GetExecutingAssembly());
|
||||
ResourceManager EggScripts = new ResourceManager("WC3Tool.WC3.GiveEggOrg", Assembly.GetExecutingAssembly());
|
||||
byte[] egg_script = (byte[]) EggScripts.GetObject("ROM_"+game+"_GiveEgg_"+lang);
|
||||
//byte[] egg_script = (byte[]) EggScripts.GetObject("ROM_FR_GiveEgg_Esp");
|
||||
|
||||
|
|
|
|||
2
WC3Tool/WC3/WC3_editor_giveggExt.Designer.cs
generated
2
WC3Tool/WC3/WC3_editor_giveggExt.Designer.cs
generated
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
* To change this template use Tools | Options | Coding | Edit Standard Headers.
|
||||
*/
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
partial class WC3_editor_giveggExt
|
||||
{
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ using System.Windows.Forms;
|
|||
using System.Reflection;
|
||||
using System.Resources;
|
||||
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
/// <summary>
|
||||
/// Description of WC3_editor_givegg.
|
||||
|
|
@ -73,7 +73,7 @@ Bitmap bitmap = (Bitmap)ResourceManager.GetObject("Image");
|
|||
break;
|
||||
}
|
||||
//MessageBox.Show("ROM_"+game+"_GiveEgg_"+lang);
|
||||
ResourceManager EggScripts = new ResourceManager("WC3_tool.WC3.GiveEggOrg", Assembly.GetExecutingAssembly());
|
||||
ResourceManager EggScripts = new ResourceManager("WC3Tool.WC3.GiveEggOrg", Assembly.GetExecutingAssembly());
|
||||
byte[] egg_script;
|
||||
|
||||
if (killscript.Checked)
|
||||
|
|
|
|||
2
WC3Tool/WC3/WCN_editor.Designer.cs
generated
2
WC3Tool/WC3/WCN_editor.Designer.cs
generated
|
|
@ -6,7 +6,7 @@
|
|||
*
|
||||
* To change this template use Tools | Options | Coding | Edit Standard Headers.
|
||||
*/
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
partial class WCN_editor
|
||||
{
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ using System.Windows.Forms;
|
|||
using System.Reflection;
|
||||
using System.Resources;
|
||||
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
/// <summary>
|
||||
/// Description of MainForm.
|
||||
|
|
@ -155,11 +155,11 @@ namespace WC3_TOOL
|
|||
{
|
||||
|
||||
}
|
||||
ResourceManager resources = new ResourceManager("WC3_TOOL.WC3.Image.Cards", Assembly.GetExecutingAssembly());
|
||||
ResourceManager resources = new ResourceManager("WC3Tool.WC3.Image.Cards", Assembly.GetExecutingAssembly());
|
||||
Image bitmap;
|
||||
void drawCard()
|
||||
{
|
||||
//ResourceManager resources = new ResourceManager("WC3_TOOL.WC3.Image.Cards", Assembly.GetExecutingAssembly());
|
||||
//ResourceManager resources = new ResourceManager("WC3Tool.WC3.Image.Cards", Assembly.GetExecutingAssembly());
|
||||
bitmap = (Image)resources.GetObject("News_"+colorbox.SelectedIndex);
|
||||
GFX.DrawImage(bitmap, 500, 140+26, 260, 140);
|
||||
GFX.DrawImage(bitmap, 500, 140, 260, 140);
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ using System;
|
|||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace WC3_TOOL
|
||||
namespace WC3Tool
|
||||
{
|
||||
/// <summary>
|
||||
/// Description of wc3.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user