diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-12 21:24:21 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-12 21:24:21 -0600 |
commit | 2be2b22589de437ae5f53df8e380533958da9e70 (patch) | |
tree | ebeed5e628e907312aaf0e82c1af2bb061ca082a /src/scene/evolution_scene.c | |
parent | 921e43d150d0416deff7553e2979742d076cef71 (diff) |
decompile battle_intro.s
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); |