From e6a7590900c4cdb4d1fed2aa3b98773a207a3071 Mon Sep 17 00:00:00 2001 From: AdAstra-LD <76622070+AdAstra-LD@users.noreply.github.com> Date: Mon, 18 Dec 2023 18:18:15 +0100 Subject: [PATCH] Fixed param number of SetDeoxysForm --- DS_Map/Resources/ScriptDatabase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS_Map/Resources/ScriptDatabase.cs b/DS_Map/Resources/ScriptDatabase.cs index 4be5711..a70e808 100644 --- a/DS_Map/Resources/ScriptDatabase.cs +++ b/DS_Map/Resources/ScriptDatabase.cs @@ -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 },