summaryrefslogtreecommitdiff
path: root/crystal.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-05-11 13:40:54 -0500
committerBryan Bishop <kanzure@gmail.com>2012-05-11 13:40:54 -0500
commit3bbe68dbfad33b4932bb24fd403017b941f44b31 (patch)
treeace61b2d897675b87ed2c0667c6eaaab2f8ba762 /crystal.py
parent00bf81347b144fe2bf7ae93914ea51ac63d145a6 (diff)
text_from_ram isn't limited to <$8000 like in the text at 0x549a3
original-commit-id: f305b27025562df97aa35e0f535a0b6892f4f101
Diffstat (limited to 'crystal.py')
-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):
"""