view clojure/com/aurellem/gb/pokemon_presets.clj @ 232:e1dd3624d295

preliminary map data region in cart.
author Robert McIntyre <rlm@mit.edu>
date Sat, 24 Mar 2012 15:21:24 -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]})