mirror of
https://github.com/pret/pokecrystal.git
synced 2026-06-02 22:09:51 -05:00
remove duplicate incbins in asm output
This commit is contained in:
parent
c1cbb74ae8
commit
2de204cdb5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user