diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2018-01-12 21:35:17 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-12 21:35:17 -0600 |
commit | 88ec8c05e020b547e1abaaabb3cbb57a4848973f (patch) | |
tree | 2af469d4c1e53b7659b8f7dfec0ec82f6dc1b841 /src/scene/evolution_scene.c | |
parent | 6a0d499a8a382342c3e7a81f386aea79d1105570 (diff) | |
parent | 2be2b22589de437ae5f53df8e380533958da9e70 (diff) |
Merge pull request #527 from camthesaxman/decompile_battle_intro
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); |