diff clojure/com/aurellem/world/practice.clj @ 263:a44a2c459aeb

Corrected hxc-evolution so that pokemon with branched evolutions (i.e. eevee) will be fully included. As a result, altered hxc-evolution to return a list of hashes, one per evolution.
author Dylan Holmes <ocsenave@gmail.com>
date Mon, 26 Mar 2012 21:25:10 -0500
parents b2f9a0cb13e3
children a60ea8632ff4
line wrap: on
line diff
     1.1 --- a/clojure/com/aurellem/world/practice.clj	Mon Mar 26 21:00:23 2012 -0500
     1.2 +++ b/clojure/com/aurellem/world/practice.clj	Mon Mar 26 21:25:10 2012 -0500
     1.3 @@ -251,7 +251,8 @@
     1.4           (rest strs-or-ops))))))
     1.5  
     1.6  (def rewrite-rom
     1.7 -  "Alters the ROM array using write-memory."
     1.8 +  "Alters the ROM array using write-memory. Takes a list of
     1.9 +various strings/bytes as data."
    1.10    (partial rewrite-memory (vec (rom(root)))))
    1.11  
    1.12  (defn restore-rom! [] (write-rom! original-rom))