diff clojure/com/aurellem/gb/mem_util.clj @ 310:3d4f60b4a4af

added hxc-intro-pkmn for seeing which pokemon is displayed in oak's intro, and sxc-intro-pkmn! for modifying it.
author Dylan Holmes <ocsenave@gmail.com>
date Sun, 01 Apr 2012 01:50:34 -0500
parents de172acc5a03
children 5639312a393f
line wrap: on
line diff
     1.1 --- a/clojure/com/aurellem/gb/mem_util.clj	Sat Mar 31 06:47:05 2012 -0500
     1.2 +++ b/clojure/com/aurellem/gb/mem_util.clj	Sun Apr 01 01:50:34 2012 -0500
     1.3 @@ -140,10 +140,10 @@
     1.4       (map
     1.5        (fn [n]
     1.6          [(hex n)
     1.7 -         (take k (drop n rom))])
     1.8 +         (take k (drop n array))])
     1.9        
    1.10        (find-sublists
    1.11 -       rom
    1.12 +       array
    1.13         codes))))
    1.14  
    1.15  (defn spelling-bee