shithub: pokecrystal

Download patch

ref: f305b27025562df97aa35e0f535a0b6892f4f101
parent: 55c174d3424cf314cfb0fc278de8b0d12e372329
author: Bryan Bishop <[email protected]>
date: Fri May 11 09:40:54 EDT 2012

text_from_ram isn't limited to <$8000 like in the text at 0x549a3

--- a/extras/crystal.py
+++ b/extras/crystal.py
@@ -2333,7 +2333,7 @@
     macro_name = "text_from_ram"
     size = 3
     param_types = {
-        0: {"name": "pointer", "class": PointerLabelParam},
+        0: {"name": "pointer", "class": MultiByteParam}, 
     }
 class WriteNumberFromRAM(TextCommand):
     """