mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-27 10:33:03 -05:00
Merge pull request #55 from SunakazeKun/main
Added missing ReplaceMove args
This commit is contained in:
commit
68e1195c85
|
|
@ -833,7 +833,7 @@ namespace DSPRE.Resources {
|
|||
[0x0095] = new byte[] { 2, 2 },
|
||||
[0x0096] = new byte[] { 2, 2, 2, 2 },
|
||||
[0x0097] = new byte[] { 2, 2 },
|
||||
[0x0098] = new byte[1] { 0 },
|
||||
[0x0098] = new byte[] { 2, 2, 2 },
|
||||
[0x0099] = new byte[] { 2, 2, 2 },
|
||||
[0x009A] = new byte[] { 2, 2 },
|
||||
[0x009B] = new byte[] { 2, 2 },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user