Mercurial > vba-clojure
comparison clojure/com/aurellem/gb/saves.clj @ 318:9a4d3f801c89
fixing runs to use new util functions.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 02 Apr 2012 23:13:49 -0500 |
parents | d263df762c59 |
children | 92c47a9cdaea |
comparison
equal
deleted
inserted
replaced
317:3c5bf2221ea0 | 318:9a4d3f801c89 |
---|---|
17 (defn normal-conv [] | 17 (defn normal-conv [] |
18 (read-state "normal-conversation")) | 18 (read-state "normal-conversation")) |
19 | 19 |
20 (defn oak-battle [] | 20 (defn oak-battle [] |
21 (read-state "oak-battle")) | 21 (read-state "oak-battle")) |
22 | |
23 (defn crit-fight [] | |
24 (read-state "battle-rival")) | |
25 |