mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-20 22:07:59 +13:00

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.
22 lines
499 B
NASM
22 lines
499 B
NASM
db 0 ; species ID placeholder
|
|
|
|
db 100, 55, 50, 150, 50, 50
|
|
; hp atk def spd sat sdf
|
|
|
|
db STEEL, STEEL ; type
|
|
db 35 ; catch rate
|
|
db 161 ; 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/mimmeo/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
|