diff options
author | Eduardo Quezada D'Ottone <eduardo602002@gmail.com> | 2021-11-01 18:36:35 -0300 |
---|---|---|
committer | Eduardo Quezada D'Ottone <eduardo602002@gmail.com> | 2021-11-01 18:36:35 -0300 |
commit | f3013d8ee923472e89fe01fdbc3d386bb5006cec (patch) | |
tree | c73fe8e8ea76001c7f40b2e77f22841e6d441c3f /src/data/battle_moves.h | |
parent | 54a70ca4d4ac701b8d97c7c29687e3a824fb191e (diff) |
Standarized Solarbeam into Solar Beam
Diffstat (limited to 'src/data/battle_moves.h')
-rw-r--r-- | src/data/battle_moves.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/battle_moves.h b/src/data/battle_moves.h index f78fa2c8c..82892120f 100644 --- a/src/data/battle_moves.h +++ b/src/data/battle_moves.h @@ -990,7 +990,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] = [MOVE_SOLAR_BEAM] = { - .effect = EFFECT_SOLARBEAM, + .effect = EFFECT_SOLAR_BEAM, .power = 120, .type = TYPE_GRASS, .accuracy = 100, |