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/porygon.asm | |
| parent | c34156c5fb333864c1ae85036ea587c9f615a65a (diff) | |
tmlearn macro.
Also multiple_divide documentation and fix improper wram comment.
Diffstat (limited to 'data/baseStats/porygon.asm')
| -rwxr-xr-x | data/baseStats/porygon.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/data/baseStats/porygon.asm b/data/baseStats/porygon.asm index 0c8a6b33..7ccee3c8 100755 --- a/data/baseStats/porygon.asm +++ b/data/baseStats/porygon.asm @@ -19,11 +19,11 @@ db CONVERSION db 0 db 0 ; growth rate ; learnset -db %00100000 -db %01110011 -db %10001000 -db %11110001 -db %11000011 -db %00111000 -db %01000011 + tmlearn 6 + tmlearn 9,10,13,14,15 + tmlearn 20,24 + tmlearn 25,29,30,31,32 + tmlearn 33,34,39,40 + tmlearn 44,45,46 + tmlearn 49,50,55 db 0 ; padding |
