diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-28 16:33:27 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-28 16:33:27 -0500 |
commit | 6d612c8828861998644635352a6b7c479e1efa04 (patch) | |
tree | c2e1b34821a860d918e95df06e0930c0df1d8a4a | |
parent | a4782d9b5abc5cfbc7c53bd66e9c73cc3fbb3616 (diff) |
remove MoneyByteParam from preprocessor
It didn't belong in there. All of the references were removed.
-rw-r--r-- | preprocessor.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/preprocessor.py b/preprocessor.py index f2d5a5c42..c4b843e1b 100644 --- a/preprocessor.py +++ b/preprocessor.py @@ -12,7 +12,6 @@ from extras.pokemontools.crystal import ( DataByteWordMacro, PointerLabelBeforeBank, PointerLabelAfterBank, - MoneyByteParam, ItemFragment, TextEndingCommand, text_command_classes, |