Skip to content

Commit

Permalink
Version num
Browse files Browse the repository at this point in the history
  • Loading branch information
BuffelSaft committed Nov 11, 2021
1 parent 6df2bb9 commit 5118fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/battle_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -6970,7 +6970,7 @@ case ITEMEFFECT_KINGSROCK:
{
case HOLD_EFFECT_FLINCH:
if (GetBattlerAbility(gBattlerAttacker) == ABILITY_SERENE_GRACE)
atkHoldEffectParam *= 2;
atkHoldEffectParam *= 2;
if (gBattleMoveDamage != 0 // Need to have done damage
&& !(gMoveResultFlags & MOVE_RESULT_NO_EFFECT)
&& TARGET_TURN_DAMAGED
Expand Down
2 changes: 1 addition & 1 deletion src/strings.c
Original file line number Diff line number Diff line change
Expand Up @@ -1671,7 +1671,7 @@ const u8 gText_SavingNormalMode[] = _("Normal Mode");
const u8 gText_SavingHardMode[] = _("Hard Mode");
const u8 gText_SavingChallengeMode[] = _("Challenge Mode");
const u8 gText_SavingInsanityMode[] = _("Insanity Mode");
const u8 gText_SavingVersionNum[] = _("Ver 1.10.1");
const u8 gText_SavingVersionNum[] = _("Ver 1.10.2");
const u8 gText_WirelessCommStatus[] = _("Wireless Communication Status");
const u8 gText_PeopleTrading[] = _("People trading:");
const u8 gText_PeopleBattling[] = _("People battling:");
Expand Down

0 comments on commit 5118fe9

Please sign in to comment.