mirror of https://github.com/pret/pokecrystal.git
insert_blah_with -> insert_with in extras/README.md
This commit is contained in:
parent
7dd429fdf4
commit
e7913e7a90
|
@ -18,7 +18,7 @@ asm = crystal.Asm()
|
||||||
|
|
||||||
# insert the first 10 maps
|
# insert the first 10 maps
|
||||||
x = 10
|
x = 10
|
||||||
asm.insert_multiple_with_dependencies(crystal.all_map_headers[:x])
|
asm.insert_with_dependencies(crystal.all_map_headers[:x])
|
||||||
|
|
||||||
# dump to extras/output.txt
|
# dump to extras/output.txt
|
||||||
asm.dump()
|
asm.dump()
|
||||||
|
|
Loading…
Reference in New Issue