mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-09-07 18:55:57 -05:00
Fixed param number of SetDeoxysForm
This commit is contained in:
@@ -1330,7 +1330,7 @@ namespace DSPRE.Resources {
|
||||
[0x0260] = new byte[] { 2 },
|
||||
[0x0261] = new byte[] { 1, 2 },
|
||||
[0x0262] = new byte[] { 2, 2 },
|
||||
[0x0263] = new byte[] { 2, 2, 2, 2 },
|
||||
[0x0263] = new byte[] { 2 },
|
||||
[0x0264] = new byte[] { 2 },
|
||||
[0x0265] = new byte[1] { 0 },
|
||||
[0x0266] = new byte[1] { 0 },
|
||||
|
||||
Reference in New Issue
Block a user