diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-05-11 15:09:26 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-11 15:09:26 -0500 |
commit | a548ffdd3576f04ab7b67c5c766b6dce68262d43 (patch) | |
tree | efc3b4a3ef410f128b5806e2ac2a1c8c2797d951 /extras/crystal.py | |
parent | e04a7aa37585162d366d2075b378946ca8484429 (diff) |
waitbutton in scripts is not the same as waitbutton in texts
Diffstat (limited to 'extras/crystal.py')
-rw-r--r-- | extras/crystal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/crystal.py b/extras/crystal.py index 55e3c8bff..e6f664f9b 100644 --- a/extras/crystal.py +++ b/extras/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): """ |