You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Split items/ and trainers/ into their data/ and engine/ components
Move some data into a pokemon/ subdirectory
This commit is contained in:
22
data/pokemon/base_stats/exeggutor.asm
Normal file
22
data/pokemon/base_stats/exeggutor.asm
Normal file
@@ -0,0 +1,22 @@
|
||||
db EXEGGUTOR ; 103
|
||||
|
||||
db 95, 95, 85, 55, 125, 65
|
||||
; hp atk def spd sat sdf
|
||||
|
||||
db GRASS, PSYCHIC
|
||||
db 45 ; catch rate
|
||||
db 212 ; base exp
|
||||
db NO_ITEM ; item 1
|
||||
db NO_ITEM ; item 2
|
||||
db GENDER_F50 ; gender
|
||||
db 100 ; unknown
|
||||
db 20 ; step cycles to hatch
|
||||
db 5 ; unknown
|
||||
INCBIN "gfx/pics/exeggutor/front.dimensions"
|
||||
db 0, 0, 0, 0 ; padding
|
||||
db SLOW ; growth rate
|
||||
dn PLANT, PLANT ; egg groups
|
||||
|
||||
; tmhm
|
||||
tmhm HEADBUTT, CURSE, ROLLOUT, TOXIC, PSYCH_UP, HIDDEN_POWER, SUNNY_DAY, SNORE, HYPER_BEAM, PROTECT, GIGA_DRAIN, ENDURE, FRUSTRATION, SOLARBEAM, RETURN, PSYCHIC, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SLUDGE_BOMB, DREAM_EATER, REST, ATTRACT, THIEF, NIGHTMARE, STRENGTH, FLASH
|
||||
; end
|
||||
Reference in New Issue
Block a user