mirror of
https://github.com/Gamer2020/PokemonGameEditor.git
synced 2026-07-06 20:06:30 -05:00
ROM Expander: Bug fix!
Fixed a bug with the ROM expander.
This commit is contained in:
parent
6618a7e743
commit
c3fe859c2e
Binary file not shown.
|
|
@ -40,7 +40,8 @@ Public Class RomExpander
|
|||
|
||||
'Fill the initial array
|
||||
While index < length
|
||||
array(System.Math.Max(System.Threading.Interlocked.Increment(index), index - 1)) = value
|
||||
|
||||
array(System.Math.Max(System.Threading.Interlocked.Increment(index), index - 1) - 1) = value
|
||||
End While
|
||||
|
||||
length = array.Length
|
||||
|
|
|
|||
|
|
@ -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>NHD+/w/OyeCCCQqzSdctWTtt4XI=</dsig:DigestValue>
|
||||
<dsig:DigestValue>mxSDr1VKWH9D2DDqeunUOYxZ5jY=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -50,7 +50,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>fexrhfhVnO+IudgyYP4AgM8W3+I=</dsig:DigestValue>
|
||||
<dsig:DigestValue>O3TY3EyEnyJpCzTtekgvaUNRcbc=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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>NHD+/w/OyeCCCQqzSdctWTtt4XI=</dsig:DigestValue>
|
||||
<dsig:DigestValue>mxSDr1VKWH9D2DDqeunUOYxZ5jY=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
|
|
|||
|
|
@ -50,7 +50,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>fexrhfhVnO+IudgyYP4AgM8W3+I=</dsig:DigestValue>
|
||||
<dsig:DigestValue>O3TY3EyEnyJpCzTtekgvaUNRcbc=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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>NHD+/w/OyeCCCQqzSdctWTtt4XI=</dsig:DigestValue>
|
||||
<dsig:DigestValue>mxSDr1VKWH9D2DDqeunUOYxZ5jY=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -50,7 +50,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>fexrhfhVnO+IudgyYP4AgM8W3+I=</dsig:DigestValue>
|
||||
<dsig:DigestValue>O3TY3EyEnyJpCzTtekgvaUNRcbc=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue
Block a user