summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crystal.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/crystal.py b/crystal.py
index 56d3d08..b7c5943 100644
--- a/crystal.py
+++ b/crystal.py
@@ -3257,7 +3257,9 @@ class MapEventHeader:
def to_asm(self):
xspacing = "" #was =spacing
- output = ""
+ output = "; filler\n"
+ output += "db %d, %d\n\n" % (self.fillers[0], self.fillers[1])
+
output += xspacing + "; warps\n"
output += xspacing + "db %d"%(self.warp_count)
if len(self.warps) > 0: