changeset 164:6f80c07eb32a

working on functions to control species.
author Robert McIntyre <rlm@mit.edu>
date Tue, 20 Mar 2012 17:44:08 -0500
parents 9c3769060201
children 8f1b32d3f229
files clojure/com/aurellem/exp/species.clj clojure/com/aurellem/gb/species.clj
diffstat 2 files changed, 152 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/clojure/com/aurellem/exp/species.clj	Tue Mar 20 17:20:41 2012 -0500
     1.2 +++ b/clojure/com/aurellem/exp/species.clj	Tue Mar 20 17:44:08 2012 -0500
     1.3 @@ -22,7 +22,7 @@
     1.4            (Thread/sleep 4800))
     1.5          (range (inc 0xFF)))))
     1.6  
     1.7 -
     1.8 +;;; Results:
     1.9  
    1.10  ;; 000  00  :    glitch
    1.11  ;; 001  01  :    Rhydon
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/clojure/com/aurellem/gb/species.clj	Tue Mar 20 17:44:08 2012 -0500
     2.3 @@ -0,0 +1,151 @@
     2.4 +;; 001  01  :    rhydon
     2.5 +;; 002  02  :    kangaskhan
     2.6 +;; 003  03  :    nidoran-male
     2.7 +;; 004  04  :    clefairy
     2.8 +;; 005  05  :    spearow
     2.9 +;; 006  06  :    voltorb
    2.10 +;; 007  07  :    nidoking
    2.11 +;; 008  08  :    slowbro
    2.12 +;; 009  09  :    ivysaur
    2.13 +;; 010  0A  :    exeggutor
    2.14 +;; 011  0B  :    lickitung
    2.15 +;; 012  0C  :    exeggcute
    2.16 +;; 013  0D  :    grimer
    2.17 +;; 014  0E  :    gengar
    2.18 +;; 015  0F  :    nidoran-female
    2.19 +;; 016  10  :    nidoqueen
    2.20 +;; 017  11  :    cubone
    2.21 +;; 018  12  :    rhyhorn
    2.22 +;; 019  13  :    lapras
    2.23 +;; 020  14  :    arcanine
    2.24 +;; 021  15  :    mew
    2.25 +;; 022  16  :    gyarados
    2.26 +;; 023  17  :    shellder
    2.27 +;; 024  18  :    tentacool
    2.28 +;; 025  19  :    gastly
    2.29 +;; 026  1A  :    scyther
    2.30 +;; 027  1B  :    staryu
    2.31 +;; 028  1C  :    blastoise
    2.32 +;; 029  1D  :    pinsir
    2.33 +;; 030  1E  :    tangela
    2.34 +;; 033  21  :    growlithe
    2.35 +;; 034  22  :    onix
    2.36 +;; 035  23  :    fearow
    2.37 +;; 036  24  :    pidgey
    2.38 +;; 037  25  :    slowpoke
    2.39 +;; 038  26  :    kadabra
    2.40 +;; 039  27  :    graveler
    2.41 +;; 040  28  :    chansey
    2.42 +;; 041  29  :    machoke
    2.43 +;; 042  2A  :    mr-mime
    2.44 +;; 043  2B  :    hitmonlee
    2.45 +;; 044  2C  :    hitmonchan
    2.46 +;; 045  2D  :    arbok
    2.47 +;; 046  2E  :    parasect
    2.48 +;; 047  2F  :    psyduck
    2.49 +;; 048  30  :    drowzee
    2.50 +;; 049  31  :    golem
    2.51 +;; 051  33  :    magmar
    2.52 +;; 053  35  :    electabuzz
    2.53 +;; 054  36  :    magneton
    2.54 +;; 055  37  :    koffing
    2.55 +;; 057  39  :    mankey
    2.56 +;; 058  3A  :    seel
    2.57 +;; 059  3B  :    diglett
    2.58 +;; 060  3C  :    tauros
    2.59 +;; 064  40  :    farfetch'd
    2.60 +;; 065  41  :    venonat
    2.61 +;; 066  42  :    dragonite
    2.62 +;; 070  46  :    doduo
    2.63 +;; 071  47  :    poliwag
    2.64 +;; 072  48  :    jynx
    2.65 +;; 073  49  :    moltres
    2.66 +;; 074  4A  :    articuno
    2.67 +;; 075  4B  :    zapdos
    2.68 +;; 076  4C  :    ditto
    2.69 +;; 077  4D  :    meowth
    2.70 +;; 078  4E  :    krabby
    2.71 +;; 082  52  :    vulpix
    2.72 +;; 083  53  :    ninetails
    2.73 +;; 084  54  :    pikachu
    2.74 +;; 085  55  :    riachu
    2.75 +;; 088  58  :    dratini
    2.76 +;; 089  59  :    dragonair
    2.77 +;; 090  5A  :    kabuto
    2.78 +;; 091  5B  :    kabutops
    2.79 +;; 092  5C  :    horsea
    2.80 +;; 093  5D  :    sedra
    2.81 +;; 096  60  :    sandshrew
    2.82 +;; 097  61  :    sandslash
    2.83 +;; 098  62  :    omanyte
    2.84 +;; 099  63  :    omastar
    2.85 +;; 100  64  :    jigglypuff
    2.86 +;; 101  65  :    wigglytuff
    2.87 +;; 102  66  :    eevee
    2.88 +;; 103  67  :    flareon
    2.89 +;; 104  68  :    jolteon
    2.90 +;; 105  69  :    vaporeon
    2.91 +;; 106  6A  :    machop
    2.92 +;; 107  6B  :    zubat
    2.93 +;; 108  6C  :    ekans
    2.94 +;; 109  6D  :    paras
    2.95 +;; 110  6E  :    poliwhirl
    2.96 +;; 111  6F  :    poliwrath
    2.97 +;; 112  70  :    weedle
    2.98 +;; 113  71  :    kakuna
    2.99 +;; 114  72  :    beedrill
   2.100 +;; 116  74  :    dodrio
   2.101 +;; 117  75  :    primeape
   2.102 +;; 118  76  :    dugtrio
   2.103 +;; 119  77  :    venomoth
   2.104 +;; 120  78  :    dewgong
   2.105 +;; 123  7B  :    caterpie
   2.106 +;; 124  7C  :    metapod
   2.107 +;; 125  7D  :    butterfree
   2.108 +;; 126  7E  :    machamp
   2.109 +;; 128  80  :    golduck
   2.110 +;; 129  81  :    hypno
   2.111 +;; 130  82  :    golbat
   2.112 +;; 131  83  :    mewtwo
   2.113 +;; 132  84  :    snorlax
   2.114 +;; 133  85  :    magikarp
   2.115 +;; 136  88  :    muk
   2.116 +;; 138  8A  :    kingler
   2.117 +;; 139  8B  :    cloyster
   2.118 +;; 141  8D  :    electrode
   2.119 +;; 142  8E  :    clefable
   2.120 +;; 143  8F  :    wheezing
   2.121 +;; 144  90  :    persian
   2.122 +;; 145  91  :    marowak
   2.123 +;; 147  93  :    haunter
   2.124 +;; 148  94  :    abra
   2.125 +;; 149  95  :    alakazam
   2.126 +;; 150  96  :    pidgeotto
   2.127 +;; 151  97  :    pidgeot
   2.128 +;; 152  98  :    starmie
   2.129 +;; 153  99  :    bulbasaur
   2.130 +;; 154  9A  :    venusaur
   2.131 +;; 155  9B  :    tentacruel
   2.132 +;; 157  9D  :    goldeen
   2.133 +;; 158  9E  :    seaking
   2.134 +;; 163  A3  :    ponyta
   2.135 +;; 164  A4  :    rapidash
   2.136 +;; 165  A5  :    rattata
   2.137 +;; 166  A6  :    raticate
   2.138 +;; 167  A7  :    nidorino
   2.139 +;; 168  A8  :    nidorina
   2.140 +;; 169  A9  :    geodude
   2.141 +;; 170  AA  :    porygon
   2.142 +;; 171  AB  :    aerodactyl
   2.143 +;; 173  AD  :    magnemite
   2.144 +;; 176  B0  :    charmander
   2.145 +;; 177  B1  :    squirtle
   2.146 +;; 178  B2  :    charmeleon
   2.147 +;; 179  B3  :    wartortle
   2.148 +;; 180  B4  :    charizard
   2.149 +;; 185  B9  :    oddish
   2.150 +;; 186  BA  :    gloom
   2.151 +;; 187  BB  :    vileplume
   2.152 +;; 188  BC  :    bellsprout
   2.153 +;; 189  BD  :    weepenbell
   2.154 +;; 190  BE  :    victreebel
   2.155 \ No newline at end of file