Skip to content

Commit

Permalink
Merge pull request #1775 from AsparagusEduardo/pret/pr/repeatedStrings
Browse files Browse the repository at this point in the history
Removed repeated extern consts in strings.h
  • Loading branch information
GriffinRichards authored Sep 9, 2022
2 parents ecb75ee + 9144779 commit c3623bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/strings.h
Original file line number Diff line number Diff line change
Expand Up @@ -2152,9 +2152,7 @@ extern const u8 gText_Switch2[];
extern const u8 gText_Item[];
extern const u8 gText_NotPkmnOtherTrainerWants[];
extern const u8 gText_ThatIsntAnEgg[];
extern const u8 gText_PkmnCantBeTradedNow[];
extern const u8 gText_OtherTrainersPkmnCantBeTraded[];
extern const u8 gText_EggCantBeTradedNow[];
extern const u8 gText_OtherTrainerCantAcceptPkmn[];
extern const u8 gText_CantTradeWithTrainer[];

Expand Down

0 comments on commit c3623bc

Please sign in to comment.