ref: 16f6619ac8cff1f5a64112e7df4648bea9a007c8
parent: ddc4a929058ff103cac5743ca39bb8e4b520ee90
parent: 00b36922d20fd171f7708a842a19219d743a22e6
author: Bryan Bishop <[email protected]>
date: Wed Aug 28 10:15:58 EDT 2013
Merge pull request #168 from kanzure/remove-preprocessor-special-case Remove a special case for MoneyByteParam.
--- a/preprocessor.py
+++ b/preprocessor.py
@@ -498,8 +498,6 @@
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: