Skip to content

Commit

Permalink
Removed repeated extern consts in strings.h
Browse files Browse the repository at this point in the history
  • Loading branch information
AsparagusEduardo committed Sep 9, 2022
1 parent ecb75ee commit 9144779
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 9144779

Please sign in to comment.