1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Add unreleased moves.

I also changed Celebrate's effect to "unknown", which I meant to commit
separately but it got caught up in this one.  It has a unique effect ID,
and we don't know for sure that it does nothing.  Also, Splash's effect
(which it was sharing) says that the move is disabled by Gravity, which
isn't true of Celebrate.
This commit is contained in:
Lynn "Zhorken" Vaughan 2014-06-12 23:23:04 -04:00
parent 7286ba0254
commit dcb1aa2d60
7 changed files with 203 additions and 1 deletions
pokedex/data/csv

View file

@ -1493,6 +1493,11 @@ move_id,move_flag_id
590,14
591,4
591,7
592,4
592,7
592,11
593,7
593,14
594,4
594,7
595,4
@ -1517,6 +1522,7 @@ move_id,move_flag_id
604,20
605,4
605,7
607,14
608,4
608,5
608,7
@ -1537,9 +1543,17 @@ move_id,move_flag_id
613,7
613,12
613,13
614,4
614,7
614,20
615,4
615,7
615,20
616,4
616,7
616,20
617,4
617,7
10001,1
10001,4
10002,4

1 move_id move_flag_id
1493 590 14
1494 591 4
1495 591 7
1496 592 4
1497 592 7
1498 592 11
1499 593 7
1500 593 14
1501 594 4
1502 594 7
1503 595 4
1522 604 20
1523 605 4
1524 605 7
1525 607 14
1526 608 4
1527 608 5
1528 608 7
1543 613 7
1544 613 12
1545 613 13
1546 614 4
1547 614 7
1548 614 20
1549 615 4
1550 615 7
1551 615 20
1552 616 4
1553 616 7
1554 616 20
1555 617 4
1556 617 7
1557 10001 1
1558 10001 4
1559 10002 4