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 a66eb7d..6187a0b 100644
--- a/crystal.py
+++ b/crystal.py
@@ -4615,7 +4615,7 @@ class Asm:
else: #assume incbins[1].replace_me (the middle one)
index = 1
#replace that index with the new_object
- incbins[index] = to_asm(new_object)
+ incbins[index] = new_object
#insert these incbins into self.parts
gindex = self.parts.index(object)
self.parts = self.parts[:gindex] + incbins + self.parts[gindex:]