summaryrefslogtreecommitdiff
path: root/crystal.py
diff options
context:
space:
mode:
Diffstat (limited to 'crystal.py')
-rw-r--r--crystal.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/crystal.py b/crystal.py
index f0cc253..aef435c 100644
--- a/crystal.py
+++ b/crystal.py
@@ -2664,6 +2664,14 @@ class Signpost(Command):
macro_name = "signpost"
override_byte_check = True
+ #preprocessor uses this
+ param_types = {
+ 0: {"name": "y", "class": DecimalParam},
+ 1: {"name": "x", "class": DecimalParam},
+ 2: {"name": "function", "class": HexByte},
+ 3: {"name": "pointer", "class": PointerLabelParam},
+ }
+
def __init__(self, address, id, bank=None, map_group=None, map_id=None, debug=True, label=None):
self.address = address
self.id = id