mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Asm.insert_multiple_with_dependencies
This commit is contained in:
parent
bde9cb3b57
commit
226e964f1d
@ -4778,6 +4778,9 @@ class Asm:
|
||||
if self.debug:
|
||||
print "object.__class__="+str(object.__class__) + " object is: " + str(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):
|
||||
count = 0
|
||||
for each in script_parse_table.items():
|
||||
|
Loading…
Reference in New Issue
Block a user