pokered/data/pokemon/base_stats/mewtwo.asm
Rangi 66ebe56adc Port pokecrystal's base data and tmhm structure
To do: TM/HM constants named after moves
2020-07-05 21:59:32 -04:00

20 lines
520 B
NASM

db DEX_MEWTWO ; pokedex id
db 106, 110, 90, 130, 154
; hp atk def spd spc
db PSYCHIC, PSYCHIC ; type
db 3 ; catch rate
db 220 ; base exp
INCBIN "gfx/pokemon/front/mewtwo.pic", 0, 1 ; sprite dimensions
dw MewtwoPicFront, MewtwoPicBack
db CONFUSION, DISABLE, SWIFT, PSYCHIC_M ; level 1 learnset
db 5 ; growth rate
; tm/hm learnset
tmhm 1, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 25, 29, 30, 31, 32, 33, 34, 35, 36, 38, 40, 44, 45, 46, 49, 50, 54, 55
; end
db 0 ; padding