mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-17 12:36:33 +13:00
22 lines
481 B
NASM
22 lines
481 B
NASM
db 0 ; species ID placeholder
|
|
|
|
db 45, 20, 50, 40, 30, 30
|
|
; hp atk def spd sat sdf
|
|
|
|
db BUG, BUG ; type
|
|
db 120 ; catch rate
|
|
db 73 ; base exp
|
|
db NO_ITEM, NO_ITEM ; items
|
|
db GENDER_F50 ; gender ratio
|
|
db 100 ; unknown 1
|
|
db 15 ; step cycles to hatch
|
|
db 5 ; unknown 2
|
|
INCBIN "gfx/pokemon/pupal/front.dimensions"
|
|
dw NULL, NULL ; unused (beta front/back pics)
|
|
db GROWTH_MEDIUM_FAST ; growth rate
|
|
dn EGG_BUG, EGG_BUG ; egg groups
|
|
|
|
; tm/hm learnset
|
|
tmhm
|
|
; end
|