Fix move names
This commit is contained in:
parent
2e7c21e528
commit
98ce80d231
1 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@ const u8 gMoveNames[MOVES_COUNT][MOVE_NAME_LENGTH + 1] =
|
|||
[MOVE_NONE] = _("-"),
|
||||
[MOVE_POUND] = _("Pound"),
|
||||
[MOVE_KARATE_CHOP] = _("Karate Chop"),
|
||||
[MOVE_DOUBLE_SLAP] = _("DoubleSlap"),
|
||||
[MOVE_DOUBLE_SLAP] = _("Double Slap"),
|
||||
[MOVE_COMET_PUNCH] = _("Comet Punch"),
|
||||
[MOVE_MEGA_PUNCH] = _("Mega Punch"),
|
||||
[MOVE_PAY_DAY] = _("Pay Day"),
|
||||
|
@ -49,7 +49,7 @@ const u8 gMoveNames[MOVES_COUNT][MOVE_NAME_LENGTH + 1] =
|
|||
[MOVE_ROAR] = _("Roar"),
|
||||
[MOVE_SING] = _("Sing"),
|
||||
[MOVE_SUPERSONIC] = _("Supersonic"),
|
||||
[MOVE_SONIC_BOOM] = _("SonicBoom"),
|
||||
[MOVE_SONIC_BOOM] = _("Sonic Boom"),
|
||||
[MOVE_DISABLE] = _("Disable"),
|
||||
[MOVE_ACID] = _("Acid"),
|
||||
[MOVE_EMBER] = _("Ember"),
|
||||
|
@ -61,7 +61,7 @@ const u8 gMoveNames[MOVES_COUNT][MOVE_NAME_LENGTH + 1] =
|
|||
[MOVE_ICE_BEAM] = _("Ice Beam"),
|
||||
[MOVE_BLIZZARD] = _("Blizzard"),
|
||||
[MOVE_PSYBEAM] = _("Psybeam"),
|
||||
[MOVE_BUBBLE_BEAM] = _("BubbleBeam"),
|
||||
[MOVE_BUBBLE_BEAM] = _("Bubble Beam"),
|
||||
[MOVE_AURORA_BEAM] = _("Aurora Beam"),
|
||||
[MOVE_HYPER_BEAM] = _("Hyper Beam"),
|
||||
[MOVE_PECK] = _("Peck"),
|
||||
|
@ -76,8 +76,8 @@ const u8 gMoveNames[MOVES_COUNT][MOVE_NAME_LENGTH + 1] =
|
|||
[MOVE_LEECH_SEED] = _("Leech Seed"),
|
||||
[MOVE_GROWTH] = _("Growth"),
|
||||
[MOVE_RAZOR_LEAF] = _("Razor Leaf"),
|
||||
[MOVE_SOLAR_BEAM] = _("SolarBeam"),
|
||||
[MOVE_POISON_POWDER] = _("Poisonpowder"),
|
||||
[MOVE_SOLAR_BEAM] = _("Solar Beam"),
|
||||
[MOVE_POISON_POWDER] = _("PoisonPowder"),
|
||||
[MOVE_STUN_SPORE] = _("Stun Spore"),
|
||||
[MOVE_SLEEP_POWDER] = _("Sleep Powder"),
|
||||
[MOVE_PETAL_DANCE] = _("Petal Dance"),
|
||||
|
@ -581,7 +581,7 @@ const u8 gMoveNames[MOVES_COUNT][MOVE_NAME_LENGTH + 1] =
|
|||
[MOVE_CRAFTY_SHIELD] = _("CraftyShield"),
|
||||
[MOVE_FLOWER_SHIELD] = _("FlowerShield"),
|
||||
[MOVE_GRASSY_TERRAIN] = _("GrassTerrain"),
|
||||
[MOVE_MISTY_TERRAIN] = _("Mist Terrain"),
|
||||
[MOVE_MISTY_TERRAIN] = _("MistyTerrain"),
|
||||
[MOVE_ELECTRIFY] = _("Electrify"),
|
||||
[MOVE_PLAY_ROUGH] = _("Play Rough"),
|
||||
[MOVE_FAIRY_WIND] = _("Fairy Wind"),
|
||||
|
|
Loading…
Reference in a new issue