diff options
Diffstat (limited to 'data/baseStats/electrode.asm')
-rw-r--r--[-rwxr-xr-x] | data/baseStats/electrode.asm | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/data/baseStats/electrode.asm b/data/baseStats/electrode.asm index 7ce93e8d..1b292f2f 100755..100644 --- a/data/baseStats/electrode.asm +++ b/data/baseStats/electrode.asm @@ -1,4 +1,3 @@ -ElectrodeBaseStats: ; 38ece (e:4ece) db DEX_ELECTRODE ; pokedex id db 60 ; base hp db 50 ; base attack @@ -19,11 +18,11 @@ db SONICBOOM db 0 db 0 ; growth rate ; learnset -db %00100000 -db %01000001 -db %10001000 -db %11100001 -db %11001011 -db %01011000 -db %01000010 + tmlearn 6 + tmlearn 9,15 + tmlearn 20,24 + tmlearn 25,30,31,32 + tmlearn 33,34,36,39,40 + tmlearn 44,45,47 + tmlearn 50,55 db 0 ; padding |