mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
Asm.insert_multiple_with_dependencies
This commit is contained in:
parent
bde9cb3b57
commit
226e964f1d
@ -4778,6 +4778,9 @@ class Asm:
|
|||||||
if self.debug:
|
if self.debug:
|
||||||
print "object.__class__="+str(object.__class__) + " object is: " + str(object)
|
print "object.__class__="+str(object.__class__) + " object is: " + str(object)
|
||||||
self.insert(object)
|
self.insert(object)
|
||||||
|
def insert_multiple_with_dependencies(self, objects):
|
||||||
|
for object in objects:
|
||||||
|
self.insert_single_with_dependencies(object)
|
||||||
def insert_all(self, limit=100):
|
def insert_all(self, limit=100):
|
||||||
count = 0
|
count = 0
|
||||||
for each in script_parse_table.items():
|
for each in script_parse_table.items():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user