From da0d2ed691026d5cef3476f43c485bfef62a3af1 Mon Sep 17 00:00:00 2001 From: AdAstra-LD <76622070+AdAstra-LD@users.noreply.github.com> Date: Wed, 15 Jun 2022 15:04:14 +0200 Subject: [PATCH] Added lotto script command names --- DS_Map/Resources/ScriptDatabase.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/DS_Map/Resources/ScriptDatabase.cs b/DS_Map/Resources/ScriptDatabase.cs index e6c3c40..e1f9181 100644 --- a/DS_Map/Resources/ScriptDatabase.cs +++ b/DS_Map/Resources/ScriptDatabase.cs @@ -630,6 +630,10 @@ namespace DSPRE.Resources { [0x0246] = "CheckVersion", [0x0247] = "FirstPokemonInParty", + [0x024E] = "GetLottoNumber", + [0x024F] = "CheckWinLotto", + [0x0250] = "InitLotto", + [0x0252] = "CountPCFreeSpace", [0x0261] = "TextAccesory", @@ -1987,6 +1991,10 @@ namespace DSPRE.Resources { [0x01EF] = "CheckVersion", [0x01F0] = "FirstPokemonInParty", + [0x01F7] = "GetLottoNumber", + [0x01F8] = "CheckWinLotto", + [0x01F9] = "InitLotto", + [0x01FB] = "CountPCFreeSpace", [0x01FF] = "StoreFriendParkResult",