mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Fix the XD tutors based on the Emerald tutors.
I'm assuming Normal Deoxys learns tutors based on Speed Deoxys's list, given that Attack and Defense Deoxys have all the same tutors, and Speed Deoxys has all those same tutors too while only gaining tutors unique to Emerald. So in other words, it looks like Deoxys's Forme doesn't matter for tutor compatibility in Gen III.
This commit is contained in:
parent
e478bb8c3f
commit
833fedafe1
1 changed files with 9 additions and 1 deletions
|
@ -175772,7 +175772,6 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
338,13,33,1,1,1
|
||||
338,13,34,3,0,
|
||||
338,13,38,3,0,
|
||||
338,13,69,3,0,
|
||||
338,13,76,1,43,
|
||||
338,13,83,1,19,
|
||||
338,13,88,1,13,
|
||||
|
@ -197140,7 +197139,16 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
386,11,490,4,0,
|
||||
386,11,496,4,0,
|
||||
386,11,502,4,0,
|
||||
386,13,34,3,0,
|
||||
386,13,38,3,0,
|
||||
386,13,69,3,0,
|
||||
386,13,86,3,0,
|
||||
386,13,102,3,0,
|
||||
386,13,138,3,0,
|
||||
386,13,164,3,0,
|
||||
386,13,171,3,0,
|
||||
386,13,196,3,0,
|
||||
386,13,207,3,0,
|
||||
386,14,7,3,0,
|
||||
386,14,8,3,0,
|
||||
386,14,9,3,0,
|
||||
|
|
Can't render this file because it is too large.
|
Loading…
Reference in a new issue