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/electabuzz.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/electabuzz.asm')
| -rwxr-xr-x | data/baseStats/electabuzz.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/data/baseStats/electabuzz.asm b/data/baseStats/electabuzz.asm index ac692436..5dc76c37 100755 --- a/data/baseStats/electabuzz.asm +++ b/data/baseStats/electabuzz.asm @@ -19,11 +19,11 @@ db 0 db 0 db 0 ; growth rate ; learnset -db %10110001 -db %01000011 -db %10001111 -db %11110001 -db %11000111 -db %00111000 -db %01100010 + tmlearn 1,5,6,8 + tmlearn 9,10,15 + tmlearn 17,18,19,20,24 + tmlearn 25,29,30,31,32 + tmlearn 33,34,35,39,40 + tmlearn 44,45,46 + tmlearn 50,54,55 db 0 ; padding |
