comparison clojure/com/aurellem/gb/saves.clj @ 314:073600cba28a

scroll text works robustly but is slow
author Robert McIntyre <rlm@mit.edu>
date Mon, 02 Apr 2012 20:30:02 -0500
parents 5becef6312b9
children d263df762c59
comparison
equal deleted inserted replaced
313:8e63b0bb8ea3 314:073600cba28a
9 (read-state "pre-trainer-battle")) 9 (read-state "pre-trainer-battle"))
10 10
11 (defn rlm-pallet-town [] 11 (defn rlm-pallet-town []
12 (read-state "rlm-pallet-town")) 12 (read-state "rlm-pallet-town"))
13 13
14 (defn talk-to-oak []
15 (read-state "talk-to-oak"))
14 16
15 17 (defn normal-conv []
18 (read-state "normal-conversation"))