get rid of unnecessary externs

This commit is contained in:
DizzyEggg
2018-02-28 23:57:08 +01:00
parent e93da9b1f9
commit fed5f03097
3 changed files with 6 additions and 35 deletions

View File

@@ -49,7 +49,6 @@ extern u16 gBattle_BG2_Y;
extern u16 gBattle_BG3_X;
extern u16 gBattle_BG3_Y;
extern bool8 gAffineAnimsDisabled;
extern u16 gMoveToLearn;
extern const u8 gSpeciesNames[][11];
#define sEvoCursorPos gBattleCommunication[1] // when learning a new move
@@ -59,7 +58,6 @@ extern const struct WindowTemplate gUnknown_0833900C;
extern const struct CompressedSpriteSheet gMonFrontPicTable[];
// strings
extern const u8 gText_BattleYesNoChoice[];
extern const u8 gText_CommunicationStandby5[];
extern void sub_80356D0(void);