mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
4c4fca1028
Base data: types uniquely lacked a comment; items on one line; distinguish unknowns Dex entries: don't imply that pointers don't exist
22 lines
445 B
NASM
22 lines
445 B
NASM
db UNOWN ; 201
|
|
|
|
db 48, 72, 48, 48, 72, 48
|
|
; hp atk def spd sat sdf
|
|
|
|
db PSYCHIC, PSYCHIC ; type
|
|
db 225 ; catch rate
|
|
db 61 ; base exp
|
|
db NO_ITEM, NO_ITEM; items
|
|
db GENDERLESS ; gender ratio
|
|
db 100 ; unknown 1
|
|
db 40 ; step cycles to hatch
|
|
db 5 ; unknown 2
|
|
INCBIN "gfx/pokemon/unown_a/front.dimensions"
|
|
db 0, 0, 0, 0 ; padding
|
|
db MEDIUM_FAST ; growth rate
|
|
dn NO_EGGS, NO_EGGS ; egg groups
|
|
|
|
; tm/hm learnset
|
|
tmhm
|
|
; end
|