jep-hack/data/pokemon/base_stats/ditto.asm
Llinos Evans cd08f11fa4 Sepia City Gym & badge infrastructure
Nihon badges now count and Sepia City has its Gym Leader. All fully functional.

I've also distributed the transfer-exclusive Kanto Pokemon items to their relevant owners, plus the Polkadot Bow.
2024-07-25 15:29:35 +01:00

22 lines
498 B
NASM

db 0 ; species ID placeholder
db 48, 48, 48, 48, 48, 48
; hp atk def spd sat sdf
db NORMAL, NORMAL ; type
db 35 ; catch rate
db 61 ; base exp
db NO_ITEM, METAL_POWDER ; items
db GENDER_UNKNOWN ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/ditto/front.dimensions"
dw NULL, NULL ; unused (beta front/back pics)
db GROWTH_MEDIUM_FAST ; growth rate
dn EGG_DITTO, EGG_DITTO ; egg groups
; tm/hm learnset
tmhm
; end