diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-14 10:53:36 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-01-14 10:53:36 -0500 |
commit | 1ff1e8ce9547d646b17b135b3013a516d17f35db (patch) | |
tree | c23fbb425b230e81529932482ddb0fe7fc6a1376 /src/scene/evolution_scene.c | |
parent | daa0a98ee0129be1797274de318a35df30d39020 (diff) | |
parent | b9388f078ed95e80ac73b35eeb206e52ce376b0c (diff) |
Merge branch 'master' into pokemon_storage_system
Diffstat (limited to 'src/scene/evolution_scene.c')
-rw-r--r-- | src/scene/evolution_scene.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/scene/evolution_scene.c b/src/scene/evolution_scene.c index 53eb2f1e8..697806ee1 100644 --- a/src/scene/evolution_scene.c +++ b/src/scene/evolution_scene.c @@ -88,8 +88,7 @@ extern u8 gBattleCommunication[]; extern const u8 BattleText_StartEvo[]; extern const u8 BattleText_FinishEvo[]; extern const u8 BattleText_StopEvo[]; -extern void * const gUnknown_081FAF4C[]; -extern const u8* const gBattleStringsTable[]; +extern const u8 *const gBattleStringsTable[]; // this file's functions static void Task_EvolutionScene(u8 taskID); |