From 0f7b05507bff8bdc4434373104e96f0c2edc22c1 Mon Sep 17 00:00:00 2001 From: AdAstra-LD <76622070+AdAstra-LD@users.noreply.github.com> Date: Fri, 28 Jan 2022 22:56:48 +0100 Subject: [PATCH] Fixed param size of 0x01F0 FirstPokemonInParty [HGSS] --- 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 121b0e1..60e9583 100644 --- a/DS_Map/Resources/ScriptDatabase.cs +++ b/DS_Map/Resources/ScriptDatabase.cs @@ -611,7 +611,7 @@ namespace DSPRE.Resources { [0x023E] = "MysteryGiftGive", [0x0246] = "CheckVersion", - [0x0247] = "GetFirstPokemon", + [0x0247] = "FirstPokemonInParty", [0x0252] = "CountPCFreeSpace", @@ -2577,7 +2577,7 @@ namespace DSPRE.Resources { [0x01ED] = new byte[] { 2, 2, 2 }, [0x01EE] = new byte[] { 2, 2 }, [0x01EF] = new byte[] { 2 }, - [0x01F0] = new byte[1] { 0 }, + [0x01F0] = new byte[] { 2 }, [0x01F1] = new byte[] { 2, 2, 2 }, [0x01F2] = new byte[] { 2, 2, 2, 2, 2 }, [0x01F3] = new byte[] { 2, 2, 2, 2, 2 },