mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07: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
438 B
NASM
22 lines
438 B
NASM
db WEEDLE ; 013
|
|
|
|
db 40, 35, 30, 50, 20, 20
|
|
; hp atk def spd sat sdf
|
|
|
|
db BUG, POISON ; type
|
|
db 255 ; catch rate
|
|
db 52 ; 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/weedle/front.dimensions"
|
|
db 0, 0, 0, 0 ; padding
|
|
db MEDIUM_FAST ; growth rate
|
|
dn INSECT, INSECT ; egg groups
|
|
|
|
; tm/hm learnset
|
|
tmhm
|
|
; end
|