diff options
author | scnorton <scnorton@biociphers.org> | 2017-06-28 14:45:38 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-06-28 14:45:38 -0400 |
commit | 496fd707b7527382bf97bb08a94ea1d78d543d8e (patch) | |
tree | 4ece9fb80df3ff59b3a2b4ce5d4f52d5262f8ed1 /include/strings.h | |
parent | a7a374266fec8eb34208f8b7008e769cfb0da327 (diff) |
Remove excess declarations of gScriptItemId
Diffstat (limited to 'include/strings.h')
-rwxr-xr-x | include/strings.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/strings.h b/include/strings.h index a1fcc30cb..89a78e478 100755 --- a/include/strings.h +++ b/include/strings.h @@ -902,19 +902,4 @@ extern const u8 gSystemText_NoSaveFileNoTime[]; extern const u8 gSystemText_ClockAdjustmentUsable[]; extern const u8 gSystemText_Saving[]; -extern const u8 ContestStatsText_RedPokeBlock[]; -extern const u8 ContestStatsText_BluePokeBlock[]; -extern const u8 ContestStatsText_PinkPokeBlock[]; -extern const u8 ContestStatsText_GreenPokeBlock[]; -extern const u8 ContestStatsText_YellowPokeBlock[]; -extern const u8 ContestStatsText_PurplePokeBlock[]; -extern const u8 ContestStatsText_IndigoPokeBlock[]; -extern const u8 ContestStatsText_BrownPokeBlock[]; -extern const u8 ContestStatsText_LiteBluePokeBlock[]; -extern const u8 ContestStatsText_OlivePokeBlock[]; -extern const u8 ContestStatsText_GrayPokeBlock[]; -extern const u8 ContestStatsText_BlackPokeBlock[]; -extern const u8 ContestStatsText_WhitePokeBlock[]; -extern const u8 ContestStatsText_GoldPokeBlock[]; - #endif |