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 },