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/onix.asm | |
parent | c34156c5fb333864c1ae85036ea587c9f615a65a (diff) |
tmlearn macro.
Also multiple_divide documentation and fix improper wram comment.
Diffstat (limited to 'data/baseStats/onix.asm')
-rwxr-xr-x | data/baseStats/onix.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/data/baseStats/onix.asm b/data/baseStats/onix.asm index ce4375f7..4f2f8e6b 100755 --- a/data/baseStats/onix.asm +++ b/data/baseStats/onix.asm @@ -19,11 +19,11 @@ db 0 db 0 db 0 ; growth rate ; learnset -db %10100000 -db %00000011 -db %00001000 -db %11001110 -db %10001010 -db %11001000 -db %00100010 + tmlearn 6,8 + tmlearn 9,10 + tmlearn 20 + tmlearn 26,27,28,31,32 + tmlearn 34,36,40 + tmlearn 44,47,48 + tmlearn 50,54 db 0 ; padding |