From bcf6de6ece48b467f20c002d472a82cb8f17a79a Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Thu, 16 Nov 2017 00:24:56 -0500 Subject: remove unnecessary battle_message externs --- src/battle/battle_message.c | 59 --------------------------------------------- 1 file changed, 59 deletions(-) (limited to 'src') diff --git a/src/battle/battle_message.c b/src/battle/battle_message.c index f856355b9..eac92a78d 100644 --- a/src/battle/battle_message.c +++ b/src/battle/battle_message.c @@ -174,65 +174,6 @@ extern u16 gBattlePartyID[4]; extern struct BattleEnigmaBerry gEnigmaBerries[4]; extern u8 gBattleBufferA[4][0x200]; -extern const u8 BattleText_DoubleWantToBattle[]; -extern const u8 BattleText_SingleWantToBattle2[]; -extern const u8 BattleText_SingleWantToBattle1[]; -extern const u8 BattleText_WildAppeared2[]; -extern const u8 BattleText_WildDoubleAppeared[]; -extern const u8 BattleText_WildAppeared3[]; -extern const u8 BattleText_WildAppeared1[]; -extern const u8 BattleText_SentOutSingle11[]; -extern const u8 BattleText_SentOutDouble4[]; -extern const u8 BattleText_SentOutSingle6[]; -extern const u8 BattleText_SentOutDouble3[]; -extern const u8 BattleText_SentOutDouble2[]; -extern const u8 BattleText_SentOutDouble1[]; -extern const u8 BattleText_SentOutSingle3[]; -extern const u8 BattleText_SentOutSingle1[]; -extern const u8 BattleText_ComeBackSingle1[]; -extern const u8 BattleText_ComeBackSingle2[]; -extern const u8 BattleText_ComeBackSingle3[]; -extern const u8 BattleText_ComeBackSingle4[]; -extern const u8 BattleText_WithdrewPoke3[]; -extern const u8 BattleText_WithdrewPoke2[]; -extern const u8 BattleText_WithdrewPoke1[]; -extern const u8 BattleText_SentOutSingle7[]; -extern const u8 BattleText_SentOutSingle8[]; -extern const u8 BattleText_SentOutSingle9[]; -extern const u8 BattleText_SentOutSingle10[]; -extern const u8 BattleText_SentOutSingle5[]; -extern const u8 BattleText_SentOutSingle4[]; -extern const u8 BattleText_SentOutSingle2[]; -extern const u8 BattleText_OpponentUsedMove[]; -extern const u8 BattleText_GotAwaySafely[]; -extern const u8 BattleText_FledDouble[]; -extern const u8 BattleText_FledSingle[]; -extern const u8 BattleText_PlayerDefeatedTrainers[]; -extern const u8 BattleText_PlayerLostTrainers[]; -extern const u8 BattleText_PlayerTiedTrainers[]; -extern const u8 BattleText_PlayerDefeatedTrainer[]; -extern const u8 BattleText_PlayerLostTrainer[]; -extern const u8 BattleText_PlayerTiedTrainer[]; -extern const u8 BattleText_EnigmaBerry[]; -extern const u8 BattleText_Berry[]; -extern const u8 BattleText_Foe[]; -extern const u8 BattleText_Wild[]; -extern const u8 BattleText_Ally3[]; -extern const u8 BattleText_Foe4[]; -extern const u8 BattleText_Foe2[]; -extern const u8 BattleText_Ally[]; -extern const u8 BattleText_Foe3[]; -extern const u8 BattleText_Ally2[]; -extern const u8 BattleText_Someone[]; -extern const u8 BattleText_Lanette[]; -extern const u8 BattleText_Exclamation2[]; -extern const u8 BattleText_Exclamation3[]; -extern const u8 BattleText_Exclamation4[]; -extern const u8 BattleText_Exclamation5[]; -extern const u8 BattleText_Exclamation[]; -extern const u8 BattleText_Format10[]; -extern const u8 BattleText_Format11[]; - extern const u8* const gUnknown_08401674[]; // table of pointers to 'a -TYPE' strings extern const u8* const gUnknown_08400F58[]; // table of pointers to stat strings extern const u8* const gUnknown_08400F78[]; // table of pointers to flavour strings -- cgit v1.2.3