summaryrefslogtreecommitdiff
path: root/src/evolution_scene.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-02-08 00:00:25 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-02-08 00:00:25 +0100
commitcaf9af321d913e6938f5c70188ad0aca5e5eefeb (patch)
tree1f7b89ba1dfbff4a80c9314ee1be78b31410232b /src/evolution_scene.c
parent1a32010f13d6df0a3eec20e2eb2bb069e79c73bc (diff)
get rid of unnecessary externs
Diffstat (limited to 'src/evolution_scene.c')
-rw-r--r--src/evolution_scene.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/evolution_scene.c b/src/evolution_scene.c
index cbd37be52..3004af93c 100644
--- a/src/evolution_scene.c
+++ b/src/evolution_scene.c
@@ -48,13 +48,11 @@ extern u16 gBattle_BG2_X;
extern u16 gBattle_BG2_Y;
extern u16 gBattle_BG3_X;
extern u16 gBattle_BG3_Y;
-extern u8 gBattleTerrain;
extern struct SpriteTemplate gUnknown_0202499C;
extern bool8 gAffineAnimsDisabled;
extern u16 gMoveToLearn;
extern const u8 gSpeciesNames[][11];
-extern u8 gBattleCommunication[];
#define sEvoCursorPos gBattleCommunication[1] // when learning a new move
#define sEvoGraphicsTaskID gBattleCommunication[2]
@@ -113,7 +111,7 @@ static const u16 sUnknown_085B5884[] = INCBIN_U16("graphics/evolution_scene/tran
static const u8 Text_ShedinjaJapaneseName[] = _("ヌケニン");
-static const u8 sUnknown_085B58C9[][4] =
+static const u8 sUnknown_085B58C9[][4] =
{
{ 0x00, 0x0C, 0x01, 0x06 },
{ 0x0D, 0x24, 0x05, 0x02 },