diff options
author | dannye <corrnondacqb@yahoo.com> | 2015-07-26 23:34:43 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2015-07-27 00:00:21 -0500 |
commit | 408f9b3141e7436f0092533e92c357dd0b9f3021 (patch) | |
tree | d7b98a1a2a9aeef8c507be2ed58de45f7ae592d6 /data/baseStats/eevee.asm | |
parent | d7c5c8cf22c857830aae4da285c91e5e58c2cc02 (diff) | |
parent | 90482175c354ecfa18191eab97296a479d2e0ad5 (diff) |
Merge branch 'master' of https://github.com/luckytyphlosion/pokered
Diffstat (limited to 'data/baseStats/eevee.asm')
-rwxr-xr-x | data/baseStats/eevee.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/data/baseStats/eevee.asm b/data/baseStats/eevee.asm index 978aa4bb..2c2114fb 100755 --- a/data/baseStats/eevee.asm +++ b/data/baseStats/eevee.asm @@ -23,11 +23,11 @@ db 0 db 0 db 0 ; growth rate ; learnset -db %10100000 -db %00000011 -db %00001000 -db %11000000 -db %11000011 -db %00001000 -db %00000010 + tmlearn 6,8 + tmlearn 9,10 + tmlearn 20 + tmlearn 31,32 + tmlearn 33,34,39,40 + tmlearn 44 + tmlearn 50 db 0 ; padding |