From 25355e8530142e6ad88f4173c3c3dc9d881d7fa8 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 27 Jun 2017 20:17:39 -0400 Subject: sub_810B998 and ALL the data --- include/strings.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) mode change 100644 => 100755 include/strings.h (limited to 'include/strings.h') diff --git a/include/strings.h b/include/strings.h old mode 100644 new mode 100755 index 89a78e478..a1fcc30cb --- a/include/strings.h +++ b/include/strings.h @@ -902,4 +902,19 @@ 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 -- cgit v1.2.3 From 496fd707b7527382bf97bb08a94ea1d78d543d8e Mon Sep 17 00:00:00 2001 From: scnorton Date: Wed, 28 Jun 2017 14:45:38 -0400 Subject: Remove excess declarations of gScriptItemId --- include/strings.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'include/strings.h') 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 -- cgit v1.2.3