summaryrefslogtreecommitdiff
path: root/tools/script_extractor.py
diff options
context:
space:
mode:
authorE <shealyrd@email.uscupstate.edu>2020-12-03 21:09:31 -0600
committerE <shealyrd@email.uscupstate.edu>2020-12-03 21:09:31 -0600
commit9f4c89f35717a703e00be12eb1a429f7d6ca2ed5 (patch)
tree8353881956097eed26beb7517c6d37beb8096bcc /tools/script_extractor.py
parenta13f3a5f4fb4052a8e2b2ea47168ba17df1b5db1 (diff)
Updating friendly name for Func_cf0c and Func_cf12
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 f043010..70cdb4a 100644
--- a/tools/script_extractor.py
+++ b/tools/script_extractor.py
@@ -188,8 +188,8 @@ def createList(): # this is a func just so all this can go at the bottom
("ScriptCommand_MoveActiveNPCByDirection", "w", DO_NOT_QUIT),
("ScriptCommand_CloseTextBox", "", DO_NOT_QUIT),
("ScriptCommand_GiveBoosterPacks", "bbb", DO_NOT_QUIT),
- ("Func_cf0c", "bj", DO_NOT_QUIT), # more complex behavior too (jumping)
- ("Func_cf12", "bj", DO_NOT_QUIT),
+ ("ScriptCommand_CheckIfCardInCollectionOrDecks", "bj", DO_NOT_QUIT), # more complex behavior too (jumping)
+ ("ScriptCommand_CheckIfCardInCollection", "bj", DO_NOT_QUIT),
("ScriptCommand_GiveCard", "b", DO_NOT_QUIT),
("ScriptCommand_TakeCard", "b", DO_NOT_QUIT),
("Func_cf53", "w", DO_NOT_QUIT), # more complex behavior too (jumping)