diff options
Diffstat (limited to 'data/baseStats/lapras.asm')
-rwxr-xr-x | data/baseStats/lapras.asm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/lapras.asm b/data/baseStats/lapras.asm new file mode 100755 index 00000000..1dfc3f7b --- /dev/null +++ b/data/baseStats/lapras.asm @@ -0,0 +1,29 @@ +LaprasBaseStats: ; 39216 (e:5216) +db DEX_LAPRAS ; pokedex id +db 130 ; base hp +db 85 ; base attack +db 80 ; base defense +db 60 ; base speed +db 95 ; base special +db WATER ; species type 1 +db ICE ; species type 2 +db 45 ; catch rate +db 219 ; base exp yield +db $77 ; sprite dimensions +dw LaprasPicFront +dw LaprasPicBack +; attacks known at lvl 0 +db WATER_GUN +db GROWL +db 0 +db 0 +db 5 ; growth rate +; learnset +db %11100000 +db %01111111 +db %11101000 +db %11010001 +db %10000011 +db %00101000 +db %00110010 +db 0 ; padding |