Mercurial > vba-clojure
comparison clojure/com/aurellem/exp/moves.clj @ 162:34b518fc7404
moved important move code out of exp and into gb.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 20 Mar 2012 17:18:22 -0500 |
parents | cd7979aa544e |
children | 9c3769060201 |
comparison
equal
deleted
inserted
replaced
161:cd7979aa544e | 162:34b518fc7404 |
---|---|
522 "00111111" 2) | 522 "00111111" 2) |
523 current-pp)))) | 523 current-pp)))) |
524 ([pokemon-num move-num pp-ups current-pp] | 524 ([pokemon-num move-num pp-ups current-pp] |
525 (set-pp @current-state | 525 (set-pp @current-state |
526 pokemon-num move-num pp-ups current-pp))) | 526 pokemon-num move-num pp-ups current-pp))) |
527 | |
528 | |
529 | |
530 |