diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-05-11 13:40:54 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-11 13:40:54 -0500 |
commit | f305b27025562df97aa35e0f535a0b6892f4f101 (patch) | |
tree | 12733860034dc17c34b8722efa1777f695445340 /extras/crystal.py | |
parent | 55c174d3424cf314cfb0fc278de8b0d12e372329 (diff) |
text_from_ram isn't limited to <$8000 like in the text at 0x549a3
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 bcff6c228..0e0c92821 100644 --- a/extras/crystal.py +++ b/extras/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): """ |