diff --git a/extras/crystal.py b/extras/crystal.py index 98f5c2543..e26cf6dda 100644 --- a/extras/crystal.py +++ b/extras/crystal.py @@ -1598,7 +1598,7 @@ class MoneyByteParam(MultiByteParam): y = (value & 0x00FF00) >> 8 z = (value & 0xFF0000) >> 16 - return str(x) + "\ndb "+str(y)+"\ndb "+str(z) + return str(z) + "\ndb "+str(y)+"\ndb "+str(x) class CoinByteParam(MultiByteParam): size = 2