Skip to content

Commit

Permalink
Update battle_message.c
Browse files Browse the repository at this point in the history
  • Loading branch information
kittenchilly committed Jul 23, 2024
1 parent 93e7a52 commit 1ac9ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/battle_message.c
Original file line number Diff line number Diff line change
Expand Up @@ -1977,7 +1977,7 @@ const u16 gWeatherStartsStringIds[] =

const u16 gTerrainStartsStringIds[] =
{
STRINGID_MISTSWIRLSAROUND, STRINGID_ELECTRICCURRENTISRUNNING, STRINGID_SEEMSWEIRD, STRINGID_ISCOVEREDWITHGRASS,
STRINGID_MISTSWIRLSAROUND, STRINGID_ELECTRICCURRENTISRUNNING, STRINGID_ISCOVEREDWITHGRASS, STRINGID_SEEMSWEIRD,
};

const u16 gPrimalWeatherBlocksStringIds[] =
Expand Down

0 comments on commit 1ac9ad6

Please sign in to comment.