From 870dd6e670a10a88278449c5eac8302b8c6bbbea Mon Sep 17 00:00:00 2001 From: AdAstra-LD <76622070+AdAstra-LD@users.noreply.github.com> Date: Fri, 28 Jul 2023 16:59:43 +0200 Subject: [PATCH] Update ScriptDatabase.cs --- DS_Map/Resources/ScriptDatabase.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/DS_Map/Resources/ScriptDatabase.cs b/DS_Map/Resources/ScriptDatabase.cs index 59b8444..2589cca 100644 --- a/DS_Map/Resources/ScriptDatabase.cs +++ b/DS_Map/Resources/ScriptDatabase.cs @@ -2087,6 +2087,9 @@ namespace DSPRE.Resources { [0x02C7] = "TalkFollowingPoke", + [0x02D3] = "BoatAnimation", + + [0x02D9] = "CheckPokemonAlive", [0x02DA] = "CheckFollowingPoke", @@ -2873,7 +2876,7 @@ namespace DSPRE.Resources { [0x02D0] = new byte[] { 2 }, [0x02D1] = new byte[] { 2 }, [0x02D2] = new byte[] { 1, 1, 2, 2, 2 }, - [0x02D3] = new byte[] { 2, 2, 2 }, + [0x02D3] = new byte[] { 1, 1, 2, 2, 2 }, [0x02D4] = new byte[] { 2, 2 }, [0x02D5] = new byte[] { 1, 2 }, [0x02D6] = new byte[1] { 0 },