mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
c13ba0e58a
Notes: - I left all the flags surskitty added alone (powder, bite, pulse, ballistics, and mental) because they don't seem to be in with the other move flags. The only new flags are the Sky Battle one that I added, and a mystery one, which I didn't add — http://pastebin.com/K27Vk95J - move_meta_* is a mess and I don't like it but X/Y seem to have all the same move meta as B/W did so I updated it for the time being - I didn't update effect_id because I'd have to sort out all the new effects that I added manually and that sounds like a bigger endeavour
244 B
244 B
1 | id | identifier |
---|---|---|
2 | 1 | specific-move |
3 | 2 | selected-pokemon-me-first |
4 | 3 | ally |
5 | 4 | users-field |
6 | 5 | user-or-ally |
7 | 6 | opponents-field |
8 | 7 | user |
9 | 8 | random-opponent |
10 | 9 | all-other-pokemon |
11 | 10 | selected-pokemon |
12 | 11 | all-opponents |
13 | 12 | entire-field |
14 | 13 | user-and-allies |
15 | 14 | all-pokemon |