From 9e70ed513211b0560a6562a06bac62813a44c04f Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Fri, 11 May 2012 15:09:26 -0500 Subject: waitbutton in scripts is not the same as waitbutton in texts original-commit-id: a548ffdd3576f04ab7b67c5c766b6dce68262d43 --- crystal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crystal.py b/crystal.py index 55e3c8b..e6f664f 100644 --- a/crystal.py +++ b/crystal.py @@ -2387,7 +2387,7 @@ class Populate2ndLineOfTextBoxWithRAMContents(TextCommand): class ShowArrowsAndButtonWait(TextCommand): "06 = Wait for key down + show arrows. Structure: [06]" id = 0x6 - macro_name = "waitbutton" + macro_name = "text_waitbutton" size = 1 class Populate2ndLine(TextCommand): """ -- cgit v1.2.3