mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-10 22:21:05 -05:00
Fixed SetSpawnablePosition param count
This commit is contained in:
parent
db0d295161
commit
bd7c2e68ec
|
|
@ -2458,7 +2458,7 @@ namespace DSPRE.Resources {
|
|||
[0x0154] = new byte[] { 2, 2 },
|
||||
[0x0155] = new byte[] { 2, 2 },
|
||||
[0x0156] = new byte[] { 2, 2, 2 },
|
||||
[0x0157] = new byte[1] { 0 },
|
||||
[0x0157] = new byte[] { 2, 2, 2 },
|
||||
[0x0158] = new byte[] { 2, 2 },
|
||||
[0x0159] = new byte[1] { 0 },
|
||||
[0x015A] = new byte[1] { 0 },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user