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/lapras.asm | |
parent | c34156c5fb333864c1ae85036ea587c9f615a65a (diff) |
tmlearn macro.
Also multiple_divide documentation and fix improper wram comment.
Diffstat (limited to 'data/baseStats/lapras.asm')
-rwxr-xr-x | data/baseStats/lapras.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/data/baseStats/lapras.asm b/data/baseStats/lapras.asm index cd4ea5b1..71555c5e 100755 --- a/data/baseStats/lapras.asm +++ b/data/baseStats/lapras.asm @@ -19,11 +19,11 @@ db 0 db 0 db 5 ; growth rate ; learnset -db %11100000 -db %01111111 -db %11101000 -db %11010001 -db %10000011 -db %00101000 -db %00110010 + tmlearn 6,7,8 + tmlearn 9,10,11,12,13,14,15 + tmlearn 20,22,23,24 + tmlearn 25,29,31,32 + tmlearn 33,34,40 + tmlearn 44,46 + tmlearn 50,53,54 db 0 ; padding |