diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2019-04-04 23:53:06 +0200 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-05 07:53:23 -0500 |
commit | b0223f691fcc83c18b6ba8df5140d907939b04cf (patch) | |
tree | 45f90920c8cdf756a3e31d968f8a458ff952026a /src/battle_dome.c | |
parent | c36476af852b303fbb051b126023059ed5340a1c (diff) |
Clean up data headers
Diffstat (limited to 'src/battle_dome.c')
-rw-r--r-- | src/battle_dome.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/battle_dome.c b/src/battle_dome.c index 1b7953180..95fce49a3 100644 --- a/src/battle_dome.c +++ b/src/battle_dome.c @@ -24,7 +24,7 @@ #include "menu.h" #include "sound.h" #include "pokemon_icon.h" -#include "data2.h" +#include "data.h" #include "international_string_util.h" #include "trainer_pokemon_sprites.h" #include "scanline_effect.h" @@ -59,9 +59,6 @@ struct UnkStruct_860DD10 u16 src; }; -// text -extern const u8 gTrainerClassNames[][13]; - // This file's functions. static u8 GetDomeTrainerMonIvs(u16 trainerId); static void SwapDomeTrainers(int id1, int id2, u16 *statsArray); |