Skip to content

Commit

Permalink
v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
RevoSucks committed Aug 14, 2021
1 parent 89e966f commit 85fa923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/data/battle_moves.h
Original file line number Diff line number Diff line change
Expand Up @@ -11410,7 +11410,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT_Z] =

[MOVE_SHELL_TRAP] =
{
.effect = EFFECT_SHELL_TRAP,
.effect = EFFECT_PLACEHOLDER,
.power = 150,
.type = TYPE_FIRE,
.accuracy = 100,
Expand Down
2 changes: 1 addition & 1 deletion src/speedchoice.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const u8 gSystemText_TerminatorS[] = _("{COLOR RED}$");
/* SPEEDCHOICE MENU TEXT (Header Text) */
/* ----------------------------------------------- */
const u8 gSpeedchoiceTextHeader[] = _("{COLOR GREEN}{SHADOW LIGHT_GREEN}EX SPEEDCHOICE MENU");
const u8 gSpeedchoiceCurrentVersion[] = _("{COLOR GREEN}{SHADOW LIGHT_GREEN}v0.2.6");
const u8 gSpeedchoiceCurrentVersion[] = _("{COLOR GREEN}{SHADOW LIGHT_GREEN}v0.2.7");

/* ----------------------------------------------- */
/* SPEEDCHOICE MENU TEXT (Option Choices) */
Expand Down

0 comments on commit 85fa923

Please sign in to comment.