mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
2d8f3a0654
Out of the current two most prevalent official conventions, this one was chosen, because they're used in a direct counterpart to this game, and thus feel more accurate.
22 lines
659 B
NASM
22 lines
659 B
NASM
db EEVEE ; 133
|
|
|
|
db 55, 55, 50, 55, 45, 65
|
|
; hp atk def spd sat sdf
|
|
|
|
db NORMAL, NORMAL ; type
|
|
db 45 ; catch rate
|
|
db 92 ; base exp
|
|
db NO_ITEM, NO_ITEM ; items
|
|
db GENDER_F12_5 ; gender ratio
|
|
db 100 ; unknown 1
|
|
db 35 ; step cycles to hatch
|
|
db 5 ; unknown 2
|
|
INCBIN "gfx/pokemon/eevee/front.dimensions"
|
|
db 0, 0, 0, 0 ; padding
|
|
db GROWTH_MEDIUM_FAST ; growth rate
|
|
dn EGG_GROUND, EGG_GROUND ; egg groups
|
|
|
|
; tm/hm learnset
|
|
tmhm HEADBUTT, CURSE, TOXIC, HIDDEN_POWER, SUNNY_DAY, SNORE, PROTECT, RAIN_DANCE, ENDURE, FRUSTRATION, IRON_TAIL, RETURN, SHADOW_BALL, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SWIFT, DETECT, REST, ATTRACT
|
|
; end
|