diff clojure/com/aurellem/exp/moves.clj @ 159:d92f7d68445a

found out how to increase Max PP of a move
author Robert McIntyre <rlm@mit.edu>
date Tue, 20 Mar 2012 03:54:15 -0500
parents 2af503ea0268
children cd7979aa544e
line wrap: on
line diff
     1.1 --- a/clojure/com/aurellem/exp/moves.clj	Tue Mar 20 03:40:24 2012 -0500
     1.2 +++ b/clojure/com/aurellem/exp/moves.clj	Tue Mar 20 03:54:15 2012 -0500
     1.3 @@ -281,4 +281,10 @@
     1.4  ;; 252 FC :  TM52
     1.5  ;; 253 FD :  TM53
     1.6  ;; 254 FE :  TM54
     1.7 -;; 255 FF :  TM55
     1.8 \ No newline at end of file
     1.9 +;; 255 FF :  TM55
    1.10 +
    1.11 +
    1.12 +
    1.13 +
    1.14 +;; Note regarding PP of moves -- both the current PP and the
    1.15 +;; total PP are stored in the same value somehow!
    1.16 \ No newline at end of file