summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crystal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crystal.py b/crystal.py
index 98f5c25..e26cf6d 100644
--- a/crystal.py
+++ b/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