Split items/ and trainers/ into their data/ and engine/ components

Move some data into a pokemon/ subdirectory
This commit is contained in:
Remy Oukaour
2017-12-14 23:00:54 -05:00
parent 9ba224e2e6
commit 6ab1d028bb
555 changed files with 605 additions and 588 deletions

View File

@@ -0,0 +1,22 @@
db SPINARAK ; 167
db 40, 60, 40, 30, 40, 40
; hp atk def spd sat sdf
db BUG, POISON
db 255 ; catch rate
db 54 ; base exp
db NO_ITEM ; item 1
db NO_ITEM ; item 2
db GENDER_F50 ; gender
db 100 ; unknown
db 15 ; step cycles to hatch
db 5 ; unknown
INCBIN "gfx/pics/spinarak/front.dimensions"
db 0, 0, 0, 0 ; padding
db FAST ; growth rate
dn INSECT, INSECT ; egg groups
; tmhm
tmhm CURSE, TOXIC, HIDDEN_POWER, SUNNY_DAY, SNORE, PROTECT, GIGA_DRAIN, ENDURE, FRUSTRATION, SOLARBEAM, RETURN, DIG, PSYCHIC, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SLUDGE_BOMB, REST, ATTRACT, THIEF, FLASH
; end