Merge pull request #1775 from AsparagusEduardo/pret/pr/repeatedStrings

Removed repeated extern consts in strings.h
This commit is contained in:
GriffinR 2022-09-09 12:53:55 -04:00 committed by GitHub
commit c3623bc928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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[];