diff options
Diffstat (limited to 'data/baseStats/electabuzz.asm')
-rw-r--r--[-rwxr-xr-x] | data/baseStats/electabuzz.asm | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/data/baseStats/electabuzz.asm b/data/baseStats/electabuzz.asm index ac692436..4b44604e 100755..100644 --- a/data/baseStats/electabuzz.asm +++ b/data/baseStats/electabuzz.asm @@ -1,4 +1,3 @@ -ElectabuzzBaseStats: ; 3916e (e:516e) db DEX_ELECTABUZZ ; pokedex id db 65 ; base hp db 83 ; base attack @@ -19,11 +18,11 @@ db 0 db 0 db 0 ; growth rate ; learnset -db %10110001 -db %01000011 -db %10001111 -db %11110001 -db %11000111 -db %00111000 -db %01100010 + tmlearn 1,5,6,8 + tmlearn 9,10,15 + tmlearn 17,18,19,20,24 + tmlearn 25,29,30,31,32 + tmlearn 33,34,35,39,40 + tmlearn 44,45,46 + tmlearn 50,54,55 db 0 ; padding |