shithub: pokecrystal

Download patch

ref: a4782d9b5abc5cfbc7c53bd66e9c73cc3fbb3616
parent: 0236b59360d51938303b234747ad7ad5d5f3845b
parent: 16f6619ac8cff1f5a64112e7df4648bea9a007c8
author: Bryan Bishop <[email protected]>
date: Wed Aug 28 12:32:15 EDT 2013

Merge branch 'master' into remove-another-moneybyteparam-special-case

--- 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: