pokered/data/baseStats/seaking.asm
U-Daniel-PC\Daniel 57113a7651 Don't redundantly define sprite dimensions
dimensions are defined in the .pic files
2014-07-15 09:31:30 -05:00

29 lines
551 B
NASM
Executable file

SeakingBaseStats: ; 390c6 (e:50c6)
db DEX_SEAKING ; pokedex id
db 80 ; base hp
db 92 ; base attack
db 65 ; base defense
db 68 ; base speed
db 80 ; base special
db WATER ; species type 1
db WATER ; species type 2
db 60 ; catch rate
db 170 ; base exp yield
INCBIN "pic/bmon/seaking.pic",0,1 ; 77, sprite dimensions
dw SeakingPicFront
dw SeakingPicBack
; attacks known at lvl 0
db PECK
db TAIL_WHIP
db SUPERSONIC
db 0
db 0 ; growth rate
; learnset
db %01100000
db %01111111
db %00001000
db %11000000
db %11000010
db %00001000
db %00010010
db 0 ; padding