From dd304349c3e19bfe5d3cec3666367cc561b2d833 Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Tue, 2 Feb 2021 23:17:30 -0600 Subject: Enumerate all event var values --- src/macros/scripts.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/macros') diff --git a/src/macros/scripts.asm b/src/macros/scripts.asm index fd8aacf..192fe93 100644 --- a/src/macros/scripts.asm +++ b/src/macros/scripts.asm @@ -86,7 +86,7 @@ ENDM const ScriptCommand_RecordMasterWin_index ; $4e const ScriptCommand_AskQuestionJumpDefaultYes_index ; $4f const ScriptCommand_ShowSamNormalMultichoice_index ; $50 - const ScriptCommand_ShowSamTutorialMultichoice_index ; $51 + const ScriptCommand_ShowSamRulesMultichoice_index ; $51 const ScriptCommand_ChallengeMachine_index ; $52 const ScriptCommand_EndScript2_index ; $53 const ScriptCommand_EndScript3_index ; $54 @@ -624,8 +624,8 @@ show_sam_normal_multichoice: MACRO run_command ScriptCommand_ShowSamNormalMultichoice ENDM -show_sam_tutorial_multichoice: MACRO - run_command ScriptCommand_ShowSamTutorialMultichoice +show_sam_rules_multichoice: MACRO + run_command ScriptCommand_ShowSamRulesMultichoice ENDM ; Runs the Challenge Machine -- cgit v1.2.3