mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-09-09 11:45:14 -05:00
Fixed error popping up when searching HGSS scripts
[+] Changed command names to match between DPPt-HGSS
This commit is contained in:
@@ -279,8 +279,8 @@ namespace DSPRE.Resources {
|
||||
[0x0066] = "LockCamera",
|
||||
[0x0067] = "ReleaseCamera",
|
||||
[0x0068] = "FacePlayer",
|
||||
[0x0069] = "CheckPlayerPosition",
|
||||
[0x006A] = "CheckOverworldPosition",
|
||||
[0x0069] = "GetPlayerPosition",
|
||||
[0x006A] = "GetOverworldPosition",
|
||||
|
||||
[0x006C] = "KeepOverworld",
|
||||
[0x006D] = "SetOverworldMovement",
|
||||
@@ -1733,8 +1733,8 @@ namespace DSPRE.Resources {
|
||||
[0x0066] = "LockCamera",
|
||||
[0x0067] = "ReleaseCamera",
|
||||
[0x0068] = "FacePlayer",
|
||||
[0x0069] = "CheckPlayerPosition",
|
||||
[0x006A] = "CheckOverworldPosition",
|
||||
[0x0069] = "GetPlayerPosition",
|
||||
[0x006A] = "GetOverworldPosition",
|
||||
|
||||
[0x006C] = "KeepOverworld",
|
||||
[0x006D] = "SetOverworldMovement",
|
||||
@@ -2760,7 +2760,7 @@ namespace DSPRE.Resources {
|
||||
[0x0284] = new byte[] { 2, 2, 2 },
|
||||
[0x0285] = new byte[] { 2, 2, 2 },
|
||||
[0x0286] = new byte[] { 2 },
|
||||
[0x0287] = new byte[] { 2 },
|
||||
[0x0287] = new byte[] { 2, 2 }, //To be checked!
|
||||
[0x0288] = new byte[] { 2 },
|
||||
[0x0289] = new byte[1] { 0 },
|
||||
[0x028A] = new byte[] { 2 },
|
||||
@@ -2797,7 +2797,7 @@ namespace DSPRE.Resources {
|
||||
[0x02A9] = new byte[] { 2 },
|
||||
[0x02AA] = new byte[] { 2 },
|
||||
[0x02AB] = new byte[] { 2 },
|
||||
[0x02AC] = new byte[1] { 0 },
|
||||
[0x02AC] = new byte[] { 2 },
|
||||
[0x02AD] = new byte[] { 2, 2 },
|
||||
[0x02AE] = new byte[1] { 0 },
|
||||
[0x02AF] = new byte[] { 2 },
|
||||
|
||||
Reference in New Issue
Block a user