diff options
| author | Andrew Martinek <andrewrmartinek@gmail.com> | 2019-10-29 16:35:04 -0400 | 
|---|---|---|
| committer | Andrew Martinek <andrewrmartinek@gmail.com> | 2019-10-29 16:35:04 -0400 | 
| commit | adc5a467eeccb0e44f4fcd2ed14d2b185ca1c14c (patch) | |
| tree | 313c5848f58f04c83cad3418abac64eee2dcd8d4 /tools | |
| parent | 3f99d5555ce7b8a2467aef9d24d7192f993343d9 (diff) | |
Finished extracting Challenge Hall scripts
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/script_extractor.py | 2 | 
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 | 
