summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--preprocessor.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/preprocessor.py b/preprocessor.py
index 6b2dc298f..f2d5a5c42 100644
--- a/preprocessor.py
+++ b/preprocessor.py
@@ -498,8 +498,6 @@ def macro_translator(macro, token, line):
elif param_klass.byte_type == "dw":
if param_klass.size == 2:
allowed_length += 1 # just label
- elif param_klass == MoneyByteParam:
- allowed_length += 1
elif param_klass.size == 3:
allowed_length += 2 # bank and label
else: