mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-06 13:39:48 -05:00
Update aliases properly
This commit is contained in:
parent
d0d3f50dd6
commit
be5dddf0d0
|
|
@ -1,8 +1,4 @@
|
|||
exports.BattleAliases = {
|
||||
// temporary: alias new names to old names
|
||||
"highjumpkick": "Hi Jump Kick",
|
||||
"feintattack": "Faint Attack",
|
||||
|
||||
// mega evos
|
||||
"megaabomasnow": "Abomasnow-Mega",
|
||||
"megaabsol": "Absol-Mega",
|
||||
|
|
@ -145,7 +141,9 @@ exports.BattleAliases = {
|
|||
"cm": "Calm Mind",
|
||||
"dd": "Dragon Dance",
|
||||
"eq": "Earthquake",
|
||||
"faintattack": "Feint Attack",
|
||||
"hjk": "High Jump Kick",
|
||||
"hijumpkick": "High Jump Kick",
|
||||
"np": "Nasty Plot",
|
||||
"qd": "Quiver Dance",
|
||||
"rocks": "Stealth Rock",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user