summaryrefslogtreecommitdiff
path: root/tools/script_extractor.py
diff options
context:
space:
mode:
authorE <shealyrd@email.uscupstate.edu>2020-12-13 00:21:46 -0600
committerE <shealyrd@email.uscupstate.edu>2020-12-13 00:21:46 -0600
commit45de771f8298595664346b95c812293b1f258ab8 (patch)
treee95f989cee344e0e2513e3bde8aa5f3f379e3fa8 /tools/script_extractor.py
parentd70ce81dcd7503b7b849ccfa2a08af4979b7d4e3 (diff)
Normalizing function names
Diffstat (limited to 'tools/script_extractor.py')
-rw-r--r--tools/script_extractor.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/script_extractor.py b/tools/script_extractor.py
index ba7427d..d8ebc06 100644
--- a/tools/script_extractor.py
+++ b/tools/script_extractor.py
@@ -230,9 +230,9 @@ def createList(): # this is a func just so all this can go at the bottom
("Func_d1b3", "", DO_NOT_QUIT),
("ScriptCommand_QuitScriptFully", "", QUIT_SPECIAL),
("Func_d244", "q", DO_NOT_QUIT),
- ("Show_ChooseDeckToDuelAgainst_MultichoiceTextbox", "q", DO_NOT_QUIT),
+ ("ScriptCommand_ShowMultichoiceTextbox_ChooseDeckToDuelAgainst", "q", DO_NOT_QUIT),
("ScriptCommand_OpenDeckMachine", "b", DO_NOT_QUIT),
- ("Show_ChooseStarterDeck_MultichoiceTextbox", "q", DO_NOT_QUIT),
+ ("ScriptCommand_ShowMultichoiceTextbox_ChooseStarterDeck", "q", DO_NOT_QUIT),
("ScriptCommand_EnterMap", "bbood", DO_NOT_QUIT),
("ScriptCommand_MoveArbitraryNPC", "bm", DO_NOT_QUIT),
("Func_d209", "", DO_NOT_QUIT),