summaryrefslogtreecommitdiff
path: root/tools/script_extractor.py
diff options
context:
space:
mode:
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 18d5908..2f68ee7 100644
--- a/tools/script_extractor.py
+++ b/tools/script_extractor.py
@@ -264,7 +264,7 @@ def createList(): # this is a func just so all this can go at the bottom
("OWScript_EndScriptLoop5", "q", QUIT_CONTINUE_CODE),
("OWScript_EndScriptLoop6", "q", QUIT_CONTINUE_CODE),
("OWScript_SetFlagValue", "fb", DO_NOT_QUIT),
- ("OWScript_JumpIfFlagZero1", "q", DO_NOT_QUIT),
+ ("OWScript_JumpIfFlagZero1", "fj", DO_NOT_QUIT),
("OWScript_JumpIfFlagNonzero1", "q", DO_NOT_QUIT),
("OWScript_JumpIfFlagEqual", "fbj", DO_NOT_QUIT), # also capable of jumping
("OWScript_JumpIfFlagNotEqual", "fbj", DO_NOT_QUIT), # jumps