diff options
author | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-05-21 11:37:35 +0200 |
---|---|---|
committer | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-05-22 00:34:09 +0200 |
commit | 7c4f99560812cd5a8eedb124a9bc99c3f4243438 (patch) | |
tree | f1e5f0b3b1994329a7582386775be6528d99ede8 /src/starter_choose.c | |
parent | 009d4875fcc97e18dbbd74b5bd303dc5ccb81b1c (diff) |
Remove duplicate strings.h declarations
Diffstat (limited to 'src/starter_choose.c')
-rw-r--r-- | src/starter_choose.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/starter_choose.c b/src/starter_choose.c index 6ef410d21..358fe8fca 100644 --- a/src/starter_choose.c +++ b/src/starter_choose.c @@ -11,6 +11,7 @@ #include "species.h" #include "sprite.h" #include "string_util.h" +#include "strings.h" #include "task.h" #include "trig.h" @@ -20,14 +21,11 @@ struct MonCoords }; extern void * const gUnknown_081FAF4C[]; -extern const u8 gOtherText_DoYouChoosePoke[]; extern u16 gScriptResult; extern const u8 gSpeciesNames[][11]; -extern const u8 gOtherText_Poke[]; extern const struct SpriteSheet gMonFrontPicTable[]; extern const struct MonCoords gMonFrontPicCoords[]; extern const struct SpritePalette gMonPaletteTable[]; -extern const u8 gOtherText_BirchInTrouble[]; extern struct SpriteTemplate gUnknown_02024E8C; //-------------------------------------------------- |