From 527ff864139acf932d3be65aad4faf92bcc779f7 Mon Sep 17 00:00:00 2001 From: AdAstra-LD <76622070+AdAstra-LD@users.noreply.github.com> Date: Sat, 16 Oct 2021 19:41:28 +0200 Subject: [PATCH] Added a couple more scrcmds & fixed typo --- DS_Map/Main Window.cs | 2 +- DS_Map/Resources/ScriptDatabase.cs | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/DS_Map/Main Window.cs b/DS_Map/Main Window.cs index 77db10a..be6b036 100644 --- a/DS_Map/Main Window.cs +++ b/DS_Map/Main Window.cs @@ -604,7 +604,7 @@ namespace DSPRE { default: if (!DSUtils.ARM9.Decompress()) { MessageBox.Show("ARM9 decompression failed. The program can't proceed.\nAborting.", - "Errror with ARM9 decompression", MessageBoxButtons.OK, MessageBoxIcon.Error); + "Error with ARM9 decompression", MessageBoxButtons.OK, MessageBoxIcon.Error); return; } break; diff --git a/DS_Map/Resources/ScriptDatabase.cs b/DS_Map/Resources/ScriptDatabase.cs index 4632cc4..92a1760 100644 --- a/DS_Map/Resources/ScriptDatabase.cs +++ b/DS_Map/Resources/ScriptDatabase.cs @@ -261,7 +261,7 @@ namespace DSPRE.Resources { [0x005A] = "StartChatotCry", [0x005B] = "StopChatotCry", [0x005C] = "SaveChatotCry", - + [0x005D] = "LoadSpearPillarAudio", [0x005E] = "Movement", [0x005F] = "WaitMovement", [0x0060] = "LockAll", @@ -1441,8 +1441,11 @@ namespace DSPRE.Resources { [0x02CA] = "FloralClockAnimation", [0x02CD] = "SetDarkFog", [0x02CE] = "ClearDarkFog", - + + [0x02F9] = "LoadFieldAudio", + [0x02FA] = "GetPlayingBGM", [0x02FB] = "SpearPillarSequence2", + [0x0328] = "PortalEffect", //International release exclusive