summaryrefslogtreecommitdiff
path: root/tools/script_extractor.py
diff options
context:
space:
mode:
authorE <shealyrd@email.uscupstate.edu>2020-12-05 17:39:37 -0600
committerE <shealyrd@email.uscupstate.edu>2020-12-05 17:39:37 -0600
commit8a22bc67c3ba83fc472b7656602109fb99dcb562 (patch)
treeffc4fcc97539a3aa4b582b036009bfadec866157 /tools/script_extractor.py
parentc0a9ff35550233df184cd7b7067bddde2c2fde84 (diff)
Adding Mitch interaction + Fighting club after duel table
Diffstat (limited to 'tools/script_extractor.py')
-rw-r--r--tools/script_extractor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/script_extractor.py b/tools/script_extractor.py
index 70cdb4a..108bd2b 100644
--- a/tools/script_extractor.py
+++ b/tools/script_extractor.py
@@ -194,7 +194,7 @@ def createList(): # this is a func just so all this can go at the bottom
("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 + ??)
+ ("ScriptCommand_CheckRawAmountOfCardsOwned", "bbbb", DO_NOT_QUIT), # more complex behavior too (jumping + ??)
("Func_cf96", "w", DO_NOT_QUIT), # only jumps? still needs args to do that though
("Func_cfc6", "b", DO_NOT_QUIT),
("Func_cfd4", "", DO_NOT_QUIT),