diff options
Diffstat (limited to 'data/baseStats/nidoranm.asm')
-rwxr-xr-x | data/baseStats/nidoranm.asm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/nidoranm.asm b/data/baseStats/nidoranm.asm new file mode 100755 index 00000000..646c94d3 --- /dev/null +++ b/data/baseStats/nidoranm.asm @@ -0,0 +1,29 @@ +NidoranMBaseStats: ; 38742 (e:4742) +db DEX_NIDORAN_M ; pokedex id +db 46 ; base hp +db 57 ; base attack +db 40 ; base defense +db 50 ; base speed +db 40 ; base special +db POISON ; species type 1 +db POISON ; species type 2 +db 235 ; catch rate +db 60 ; base exp yield +db $55 ; sprite dimensions +dw NidoranMPicFront +dw NidoranMPicBack +; attacks known at lvl 0 +db LEER +db TACKLE +db 0 +db 0 +db 3 ; growth rate +; learnset +db %11100000 +db %00100011 +db %10001000 +db %11000001 +db %10000011 +db %00001000 +db %00000010 +db 0 ; padding |