From 62e33ea41fa9c427ba6c2c33424dfa42a5ef4566 Mon Sep 17 00:00:00 2001 From: AdAstra-LD <76622070+AdAstra-LD@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:36:51 +0100 Subject: [PATCH] Fixed some Plat command params --- DS_Map/Resources/ScriptDatabase.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DS_Map/Resources/ScriptDatabase.cs b/DS_Map/Resources/ScriptDatabase.cs index d7b0ec5..6444186 100644 --- a/DS_Map/Resources/ScriptDatabase.cs +++ b/DS_Map/Resources/ScriptDatabase.cs @@ -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 },