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/farfetchd.asm | |
| parent | Merge branch 'master' of https://github.com/xCrystal/pokered (diff) | |
| parent | More bugfixes. (diff) | |
| download | pokeyellow-408f9b3141e7436f0092533e92c357dd0b9f3021.tar.gz pokeyellow-408f9b3141e7436f0092533e92c357dd0b9f3021.tar.xz pokeyellow-408f9b3141e7436f0092533e92c357dd0b9f3021.zip | |
Merge branch 'master' of https://github.com/luckytyphlosion/pokered
Diffstat (limited to 'data/baseStats/farfetchd.asm')
| -rwxr-xr-x | data/baseStats/farfetchd.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/data/baseStats/farfetchd.asm b/data/baseStats/farfetchd.asm index 51648c46..015e9ff8 100755 --- a/data/baseStats/farfetchd.asm +++ b/data/baseStats/farfetchd.asm @@ -19,11 +19,11 @@ db 0 db 0 db 0 ; growth rate ; learnset -db %10101110 -db %00000011 -db %00001000 -db %11000000 -db %11000011 -db %00001000 -db %00001110 + tmlearn 2,3,4,6,8 + tmlearn 9,10 + tmlearn 20 + tmlearn 31,32 + tmlearn 33,34,39,40 + tmlearn 44 + tmlearn 50,51,52 db 0 ; padding |
