You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
remove duplicate incbins in asm output
This commit is contained in:
@@ -4619,7 +4619,7 @@ class Asm:
|
|||||||
incbins[index] = new_object
|
incbins[index] = new_object
|
||||||
#insert these incbins into self.parts
|
#insert these incbins into self.parts
|
||||||
gindex = self.parts.index(object)
|
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
|
found = True
|
||||||
break
|
break
|
||||||
#insert before the current object
|
#insert before the current object
|
||||||
|
Reference in New Issue
Block a user