summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crystal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crystal.py b/crystal.py
index bcff6c2..0e0c928 100644
--- a/crystal.py
+++ b/crystal.py
@@ -2333,7 +2333,7 @@ class WriteTextFromRAM(TextCommand):
macro_name = "text_from_ram"
size = 3
param_types = {
- 0: {"name": "pointer", "class": PointerLabelParam},
+ 0: {"name": "pointer", "class": MultiByteParam},
}
class WriteNumberFromRAM(TextCommand):
"""