diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-07-26 17:04:24 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-07-26 17:04:24 -0400 |
| commit | 222afb247d592201dc228108232e3347c762db87 (patch) | |
| tree | 8b06692184776af2c7fffdd68db048f45e10c787 /data/baseStats/exeggcute.asm | |
| parent | Merge pull request #107 from YamaArashi/master (diff) | |
| download | pokeyellow-222afb247d592201dc228108232e3347c762db87.tar.gz pokeyellow-222afb247d592201dc228108232e3347c762db87.tar.xz pokeyellow-222afb247d592201dc228108232e3347c762db87.zip | |
tmlearn macro.
Also multiple_divide documentation and fix improper wram comment.
Diffstat (limited to 'data/baseStats/exeggcute.asm')
| -rwxr-xr-x | data/baseStats/exeggcute.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/data/baseStats/exeggcute.asm b/data/baseStats/exeggcute.asm index ded05789..4c77db2a 100755 --- a/data/baseStats/exeggcute.asm +++ b/data/baseStats/exeggcute.asm @@ -19,11 +19,11 @@ db 0 db 0 db 5 ; growth rate ; learnset -db %00100000 -db %00000011 -db %00001000 -db %11110000 -db %00011011 -db %01101000 -db %00000010 + tmlearn 6 + tmlearn 9,10 + tmlearn 20 + tmlearn 29,30,31,32 + tmlearn 33,34,36,37 + tmlearn 44,46,47 + tmlearn 50 db 0 ; padding |
