diff options
author | Daniel Harding <33dannye@gmail.com> | 2020-12-10 16:06:34 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-10 16:06:34 -0600 |
commit | d8f98d97bcd41f710d51925470dc799a6051f022 (patch) | |
tree | f0c7a02687e4be35960386de99d6422753196d57 /tools/script_extractor.py | |
parent | ec1e57b155d040beeb309a1524d496c6582da384 (diff) | |
parent | e6d288a61c8a4ad06efda838084ed59d7864d2d1 (diff) |
Merge pull request #77 from shealyrd/master
[Ken/Mitch interaction scripts] & [All Club After Duel Tables] & function friendly names
Diffstat (limited to 'tools/script_extractor.py')
-rw-r--r-- | tools/script_extractor.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/script_extractor.py b/tools/script_extractor.py index dff9f40..812678c 100644 --- a/tools/script_extractor.py +++ b/tools/script_extractor.py @@ -188,14 +188,14 @@ 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) ("Func_cf7b", "", DO_NOT_QUIT), - ("Func_cf2d", "bbbb", DO_NOT_QUIT), # more complex behavior too (jumping + ??) - ("Func_cf96", "w", DO_NOT_QUIT), # only jumps? still needs args to do that though + ("ScriptCommand_CheckRawAmountOfCardsOwned", "bbbb", DO_NOT_QUIT), # more complex behavior too (jumping + ??) + ("ScriptCommand_JumpBasedOnFightingClubPupilStatus", "w", DO_NOT_QUIT), # only jumps? still needs args to do that though ("Func_cfc6", "b", DO_NOT_QUIT), ("Func_cfd4", "", DO_NOT_QUIT), ("Func_d00b", "", DO_NOT_QUIT), # includes something with random and extra data |