shithub: pokecrystal

Download patch

ref: e7913e7a904649a63961d9c63dee17e5c7ec79a4
parent: 7dd429fdf461082d04a518f3186d7b20d38c035b
author: Bryan Bishop <[email protected]>
date: Thu May 10 05:19:05 EDT 2012

insert_blah_with -> insert_with in extras/README.md

--- a/extras/README.md
+++ b/extras/README.md
@@ -18,7 +18,7 @@
 
 # insert the first 10 maps
 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
 asm.dump()