Bug Fix: Added programs work again!

Seems that when I added the code that outputed when an offset was
missing I broke added programs. Should be working again.
This commit is contained in:
Gamer2020 2016-04-05 22:28:05 -04:00
parent d0b08525e5
commit af33bda87c
15 changed files with 18 additions and 12 deletions

Binary file not shown.

View File

@ -36,8 +36,10 @@
'This should probably be commented out if used for another program!
If GetString = "" And GetINIFileLocation() = strFilename Then
OutPutError("Error! " & Key & " is missing for ROM " & Section & "!")
If LoadedROM <> "" Then
If GetString = "" And GetINIFileLocation() = strFilename Then
OutPutError("Error! " & Key & " is missing for ROM " & Section & "!")
End If
End If
End Function

View File

@ -8,7 +8,7 @@ Imports System.Net
Public Class MainFrm
Private Sub MainFrm_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
On Error Resume Next
'On Error Resume Next

View File

@ -16,7 +16,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<dsig:DigestValue>bcNuaE6qcaru0QgGL60pWPaE0Bs=</dsig:DigestValue>
<dsig:DigestValue>dsTRYXadTRnAxGr3rtUoSa9E8xk=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>

View File

@ -43,14 +43,14 @@
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="PokemonGameEditor.exe" size="1849344">
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="PokemonGameEditor.exe" size="1848320">
<assemblyIdentity name="PokemonGameEditor" version="3.6.0.0" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<dsig:DigestValue>HID6EnHonH8kH+Vf+KA9uvRLSMY=</dsig:DigestValue>
<dsig:DigestValue>D489GX4mbYvqEObVhuNWMFxl+5o=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>

View File

@ -16,7 +16,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<dsig:DigestValue>bcNuaE6qcaru0QgGL60pWPaE0Bs=</dsig:DigestValue>
<dsig:DigestValue>dsTRYXadTRnAxGr3rtUoSa9E8xk=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>

View File

@ -43,14 +43,14 @@
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="PokemonGameEditor.exe" size="1849344">
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="PokemonGameEditor.exe" size="1848320">
<assemblyIdentity name="PokemonGameEditor" version="3.6.0.0" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<dsig:DigestValue>HID6EnHonH8kH+Vf+KA9uvRLSMY=</dsig:DigestValue>
<dsig:DigestValue>D489GX4mbYvqEObVhuNWMFxl+5o=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>

View File

@ -16,7 +16,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<dsig:DigestValue>bcNuaE6qcaru0QgGL60pWPaE0Bs=</dsig:DigestValue>
<dsig:DigestValue>dsTRYXadTRnAxGr3rtUoSa9E8xk=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>

View File

@ -43,14 +43,14 @@
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="PokemonGameEditor.exe" size="1849344">
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="PokemonGameEditor.exe" size="1848320">
<assemblyIdentity name="PokemonGameEditor" version="3.6.0.0" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<dsig:DigestValue>HID6EnHonH8kH+Vf+KA9uvRLSMY=</dsig:DigestValue>
<dsig:DigestValue>D489GX4mbYvqEObVhuNWMFxl+5o=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>

View File

@ -95,6 +95,10 @@ Improved Item Editor
Item Adder
Port Move table hack to Emerald
Code Pokemon Adder for Emerald
Program Requirements
====================