diff options
Diffstat (limited to 'data/baseStats/weezing.asm')
-rwxr-xr-x | data/baseStats/weezing.asm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/weezing.asm b/data/baseStats/weezing.asm new file mode 100755 index 00000000..72c37340 --- /dev/null +++ b/data/baseStats/weezing.asm @@ -0,0 +1,29 @@ +WeezingBaseStats: ; 38fca (e:4fca) +db DEX_WEEZING ; pokedex id +db 65 ; base hp +db 90 ; base attack +db 120 ; base defense +db 60 ; base speed +db 85 ; base special +db POISON ; species type 1 +db POISON ; species type 2 +db 60 ; catch rate +db 173 ; base exp yield +db $77 ; sprite dimensions +dw WeezingPicFront +dw WeezingPicBack +; attacks known at lvl 0 +db TACKLE +db SMOG +db SLUDGE +db 0 +db 0 ; growth rate +; learnset +db %00100000 +db %01000000 +db %10001000 +db %11000001 +db %00101010 +db %01001000 +db %00000010 +db 0 ; padding |