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

This reworks Hippunk into Torpir (well, not entirely internally, it's still HIPPUNK there). I have also done several new dex entries. May need vetting by some of the others, the writing is inconsistent.
22 lines
767 B
NASM
22 lines
767 B
NASM
db 0 ; species ID placeholder
|
|
|
|
db 35, 33, 30, 27, 28, 75
|
|
; hp atk def spd sat sdf
|
|
|
|
db PSYCHIC_TYPE, PSYCHIC_TYPE ; type
|
|
db 160 ; catch rate
|
|
db 110 ; base exp
|
|
db NO_ITEM, NO_ITEM ; items
|
|
db GENDER_F50 ; gender ratio
|
|
db 100 ; unknown 1
|
|
db 20 ; step cycles to hatch
|
|
db 5 ; unknown 2
|
|
INCBIN "gfx/pokemon/hippunk/front.dimensions"
|
|
dw NULL, NULL ; unused (beta front/back pics)
|
|
db GROWTH_MEDIUM_FAST ; growth rate
|
|
dn EGG_MONSTER, EGG_GROUND ; egg groups
|
|
|
|
; tm/hm learnset - Drowzee minus the punches
|
|
tmhm HEADBUTT, CURSE, TOXIC, ZAP_CANNON, PSYCH_UP, HIDDEN_POWER, SUNNY_DAY, SNORE, PROTECT, RAIN_DANCE, ENDURE, FRUSTRATION, RETURN, PSYCHIC_M, SHADOW_BALL, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, DREAM_EATER, REST, ATTRACT, NIGHTMARE, FLASH
|
|
; end
|