mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-27 12:44:09 -05:00
remove duplicate incbins in asm output
original-commit-id: 2de204cdb5a24aeaae35cdb94aa61649874ddfce
This commit is contained in:
@@ -4619,7 +4619,7 @@ class Asm:
|
||||
incbins[index] = new_object
|
||||
#insert these incbins into self.parts
|
||||
gindex = self.parts.index(object)
|
||||
self.parts = self.parts[:gindex] + incbins + self.parts[gindex:]
|
||||
self.parts = self.parts[:gindex] + incbins + self.parts[gindex+1:]
|
||||
found = True
|
||||
break
|
||||
#insert before the current object
|
||||
|
||||
Reference in New Issue
Block a user