view clojure/com/aurellem/gb/pokemon_presets.clj @ 234:00e4efa7c104

saving progress...
author Dylan Holmes <ocsenave@gmail.com>
date Sat, 24 Mar 2012 18:21:16 -0500
parents edce489c3c21
children 5becef6312b9
line wrap: on
line source
1 (ns com.aurellem.gb.pokemon-presets)
4 (def HM-mew
5 {:species :mew
6 :ID 5195
7 :original-trainer "RLM"
8 :experience
9 {:main-exp 200
10 :hp-exp 0xFFFF
11 :attack-exp 0xFFFF
12 :defense-exp 0xFFFF
13 :speed-exp 0xFFFF
14 :special-exp 0xFFFF}
15 :moves [:fly :surf :cut :strength]})