mirror of https://github.com/pret/pokecrystal.git
remove MoneyByteParam from preprocessor
It didn't belong in there. All of the references were removed.
This commit is contained in:
parent
a4782d9b5a
commit
6d612c8828
|
@ -12,7 +12,6 @@ from extras.pokemontools.crystal import (
|
||||||
DataByteWordMacro,
|
DataByteWordMacro,
|
||||||
PointerLabelBeforeBank,
|
PointerLabelBeforeBank,
|
||||||
PointerLabelAfterBank,
|
PointerLabelAfterBank,
|
||||||
MoneyByteParam,
|
|
||||||
ItemFragment,
|
ItemFragment,
|
||||||
TextEndingCommand,
|
TextEndingCommand,
|
||||||
text_command_classes,
|
text_command_classes,
|
||||||
|
|
Loading…
Reference in New Issue