summaryrefslogtreecommitdiff
path: root/tools/script_extractor2.py
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2021-02-02 23:17:30 -0600
committerdannye <33dannye@gmail.com>2021-02-02 23:17:50 -0600
commitdd304349c3e19bfe5d3cec3666367cc561b2d833 (patch)
tree920cd2e9c76d78cf764d8dbc9165134be309d789 /tools/script_extractor2.py
parentd9b38ec4f18f96e3bef4b38c451fff0303f1b671 (diff)
Enumerate all event var values
Diffstat (limited to 'tools/script_extractor2.py')
-rwxr-xr-xtools/script_extractor2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/script_extractor2.py b/tools/script_extractor2.py
index e406e68..f69ced4 100755
--- a/tools/script_extractor2.py
+++ b/tools/script_extractor2.py
@@ -105,7 +105,7 @@ script_commands = {
0x4e: { "name": "record_master_win", "params": [ "byte" ] },
0x4f: { "name": "ask_question_jump_default_yes", "params": [ "text", "label" ] },
0x50: { "name": "show_sam_normal_multichoice", "params": [] },
- 0x51: { "name": "show_sam_tutorial_multichoice", "params": [] },
+ 0x51: { "name": "show_sam_rules_multichoice", "params": [] },
0x52: { "name": "challenge_machine", "params": [] },
0x53: { "name": "end_script_2", "params": [] },
0x54: { "name": "end_script_3", "params": [] },