From 6f4909d1cb4cc374e3b2cf8a5e318cfc7edebcc3 Mon Sep 17 00:00:00 2001 From: AdAstra-LD <76622070+AdAstra-LD@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:23:15 +0200 Subject: [PATCH] Added HGSS command 0x0181 to database --- 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 8fe4c93..2826b22 100644 --- a/DS_Map/Resources/ScriptDatabase.cs +++ b/DS_Map/Resources/ScriptDatabase.cs @@ -1976,7 +1976,7 @@ namespace DSPRE.Resources { [0x017E] = "GetPokemonHappiness", [0x017F] = "AddHappiness", [0x0180] = "SubHappiness", - + [0x0181] = "TextDaycareMonData", [0x0182] = "GetPlayerDirection", [0x0185] = "CheckBornPokemonInParty", @@ -2544,7 +2544,7 @@ namespace DSPRE.Resources { [0x017E] = new byte[] { 2, 2 }, [0x017F] = new byte[] { 2, 2 }, [0x0180] = new byte[] { 2, 2 }, - [0x0181] = new byte[] { 2, 2 }, + [0x0181] = new byte[] { 2, 2, 2, 2 }, [0x0182] = new byte[] { 2 }, [0x0183] = new byte[] { 2 }, [0x0184] = new byte[] { 2 },