diff clojure/com/aurellem/gb/saves.clj @ 316:d263df762c59

greatly speed up scroll-text by using binary-search.
author Robert McIntyre <rlm@mit.edu>
date Mon, 02 Apr 2012 21:20:54 -0500
parents 073600cba28a
children 9a4d3f801c89
line wrap: on
line diff
     1.1 --- a/clojure/com/aurellem/gb/saves.clj	Mon Apr 02 20:30:28 2012 -0500
     1.2 +++ b/clojure/com/aurellem/gb/saves.clj	Mon Apr 02 21:20:54 2012 -0500
     1.3 @@ -15,4 +15,7 @@
     1.4    (read-state "talk-to-oak"))
     1.5  
     1.6  (defn normal-conv []
     1.7 -  (read-state "normal-conversation"))
     1.8 \ No newline at end of file
     1.9 +  (read-state "normal-conversation"))
    1.10 +
    1.11 +(defn oak-battle []
    1.12 +  (read-state "oak-battle"))
    1.13 \ No newline at end of file