Support null pre-D/P damage class for ??? and Shadow.

Rather than marking them "non-damaging".
This commit is contained in:
Lynn "Zhorken" Vaughan 2011-02-06 13:31:20 -05:00
parent f7a222ed1d
commit d6a96f5ee9
2 changed files with 4 additions and 4 deletions
pokedex/data/csv

View file

@ -16,5 +16,5 @@ id,name,abbreviation,generation_id,damage_class_id
15,Ice,ICE,1,3
16,Dragon,DRG,1,3
17,Dark,DAR,2,3
10001,???,???,2,1
10002,Shadow,SHA,3,1
10001,???,???,2,
10002,Shadow,SHA,3,

1 id name abbreviation generation_id damage_class_id
16 15 Ice ICE 1 3
17 16 Dragon DRG 1 3
18 17 Dark DAR 2 3
19 10001 ??? ??? 2 1
20 10002 Shadow SHA 3 1