From 8dd76b800dbd32a64c4d68c9148e67f552d94dda Mon Sep 17 00:00:00 2001 From: AdAstra-LD <76622070+AdAstra-LD@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:42:11 +0200 Subject: [PATCH] ScratchOff commands --- DS_Map/Resources/ScriptDatabase.cs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/DS_Map/Resources/ScriptDatabase.cs b/DS_Map/Resources/ScriptDatabase.cs index a4f7a5e..297fdb8 100644 --- a/DS_Map/Resources/ScriptDatabase.cs +++ b/DS_Map/Resources/ScriptDatabase.cs @@ -1482,6 +1482,9 @@ namespace DSPRE.Resources { [0x02CD] = "SetDarkFog", [0x02CE] = "ClearDarkFog", + [0x02E2] = "ScratchOffScreen", + [0x02E3] = "ReleaseScriptApp", + [0x02E5] = "CheckLearnableTutorMoves", [0x02E6] = "ShowTutorMovesList", [0x02E7] = "LearnMoveScreen", @@ -2100,6 +2103,9 @@ namespace DSPRE.Resources { [0x026E] = "GetOWDirection", + [0x0289] = "ScratchOffScreen", + [0x028A] = "ReleaseScriptApp", + [0x0290] = "CheckHeadbuttCompatibility", [0x02AB] = "GetBattleOutcome", @@ -2838,7 +2844,7 @@ namespace DSPRE.Resources { [0x0287] = new byte[] { 2, 2 }, //To be checked! [0x0288] = new byte[] { 2 }, [0x0289] = new byte[1] { 0 }, - [0x028A] = new byte[] { 2 }, + [0x028A] = new byte[1] { 0 }, [0x028B] = new byte[] { 2, 2, 2 }, [0x028C] = new byte[] { 2, 2, 2 }, [0x028D] = new byte[] { 2, 2, 2, 2 },