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/lapras.asm | |
parent | d7c5c8cf22c857830aae4da285c91e5e58c2cc02 (diff) | |
parent | 90482175c354ecfa18191eab97296a479d2e0ad5 (diff) |
Merge branch 'master' of https://github.com/luckytyphlosion/pokered
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 |