mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-25 06:28:24 -05:00
Fixed some Plat command params
This commit is contained in:
parent
66a1585ed7
commit
62e33ea41f
|
|
@ -1654,11 +1654,11 @@ namespace DSPRE.Resources {
|
|||
[0x0336] = new byte[] { 2 },
|
||||
|
||||
//International release exclusive
|
||||
[0x0337] = new byte[1] { 0 },
|
||||
[0x0337] = new byte[] { 2, 2 },
|
||||
[0x0338] = new byte[1] { 0 },
|
||||
[0x0339] = new byte[1] { 0 },
|
||||
[0x033A] = new byte[] { 1 },
|
||||
[0x033B] = new byte[1] { 0 },
|
||||
[0x033B] = new byte[] { 1 },
|
||||
[0x033C] = new byte[] { 1, 2 },
|
||||
[0x033D] = new byte[] { 1, 2 },
|
||||
[0x033E] = new byte[] { 1, 2 },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user