mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Remove HMs from Sun/Moon and Ultra Sun/Ultra Moon (PR #326)
Those games don't have HMs, and for example https://veekun.com/dex/moves/fly shows fly is HM02, while it should be TM76. Note that HMs which were converted into TMs in gen7 seems to be already present in machines.csv with their new TM number as well.
This commit is contained in:
parent
47618d0d46
commit
80bc35a764
1 changed files with 0 additions and 14 deletions
|
@ -1492,8 +1492,6 @@ machine_number,version_group_id,item_id,move_id
|
|||
101,14,397,15
|
||||
101,15,397,15
|
||||
101,16,397,15
|
||||
101,17,397,15
|
||||
101,18,397,15
|
||||
101,20,1189,34
|
||||
102,1,398,19
|
||||
102,2,398,19
|
||||
|
@ -1511,8 +1509,6 @@ machine_number,version_group_id,item_id,move_id
|
|||
102,14,398,19
|
||||
102,15,398,19
|
||||
102,16,398,19
|
||||
102,17,398,19
|
||||
102,18,398,19
|
||||
102,20,1190,53
|
||||
103,1,399,57
|
||||
103,2,399,57
|
||||
|
@ -1530,8 +1526,6 @@ machine_number,version_group_id,item_id,move_id
|
|||
103,14,399,57
|
||||
103,15,399,57
|
||||
103,16,399,57
|
||||
103,17,399,57
|
||||
103,18,399,57
|
||||
103,20,1191,56
|
||||
104,1,400,70
|
||||
104,2,400,70
|
||||
|
@ -1549,8 +1543,6 @@ machine_number,version_group_id,item_id,move_id
|
|||
104,14,400,70
|
||||
104,15,400,70
|
||||
104,16,400,70
|
||||
104,17,400,70
|
||||
104,18,400,70
|
||||
104,20,1192,57
|
||||
105,1,401,148
|
||||
105,2,401,148
|
||||
|
@ -1568,8 +1560,6 @@ machine_number,version_group_id,item_id,move_id
|
|||
105,14,401,127
|
||||
105,15,401,127
|
||||
105,16,401,127
|
||||
105,17,401,127
|
||||
105,18,401,127
|
||||
105,20,1193,58
|
||||
106,3,402,250
|
||||
106,4,402,250
|
||||
|
@ -1584,8 +1574,6 @@ machine_number,version_group_id,item_id,move_id
|
|||
106,13,402,249
|
||||
106,14,402,291
|
||||
106,16,402,249
|
||||
106,17,402,249
|
||||
106,18,402,249
|
||||
106,20,1194,59
|
||||
107,3,403,127
|
||||
107,4,403,127
|
||||
|
@ -1598,8 +1586,6 @@ machine_number,version_group_id,item_id,move_id
|
|||
107,12,403,127
|
||||
107,13,403,127
|
||||
107,16,403,291
|
||||
107,17,403,291
|
||||
107,18,403,291
|
||||
107,20,1195,67
|
||||
108,5,404,291
|
||||
108,6,404,291
|
||||
|
|
|
Loading…
Reference in a new issue