diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/item_use.h | 2 | ||||
-rw-r--r-- | include/script.h | 1 | ||||
-rwxr-xr-x | include/strings.h | 15 |
3 files changed, 2 insertions, 16 deletions
diff --git a/include/item_use.h b/include/item_use.h index b35389ee8..61a3b4f7a 100644 --- a/include/item_use.h +++ b/include/item_use.h @@ -1,6 +1,8 @@ #ifndef GUARD_ITEM_USE_H #define GUARD_ITEM_USE_H +extern u16 gScriptItemId; + void ItemUseOnFieldCB_Bike(u8); void ItemUseOnFieldCB_Rod(u8); void ItemUseOnFieldCB_Itemfinder(u8); diff --git a/include/script.h b/include/script.h index 96874e3b4..4070a838f 100644 --- a/include/script.h +++ b/include/script.h @@ -56,6 +56,5 @@ void ClearRamScript(void); bool8 InitRamScript(u8 *script, u16 scriptSize, u8 mapGroup, u8 mapNum, u8 objectId); u8 *GetRamScript(u8 objectId, u8 *script); u16 gScriptResult; -u16 gScriptItemId; #endif // GUARD_SCRIPT_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 |