diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-10-18 19:18:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-18 19:18:44 -0500 |
commit | 442baf1a00d9dc06b9d8175a66b70fe159b3aa3f (patch) | |
tree | 9e908648f10c5b3891949815d94508d0b14dfade /src/evolution_scene.c | |
parent | b23dc9a12303e979b7612c703f706cbe2b091c96 (diff) | |
parent | dfee5deca8e5c6f5b35b75d56e215638b66320b0 (diff) |
Merge pull request #367 from DizzyEggg/move_blitmap
Move Bitmap struct and clear sprite/text files a bit
Diffstat (limited to 'src/evolution_scene.c')
-rw-r--r-- | src/evolution_scene.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/evolution_scene.c b/src/evolution_scene.c index c00aaeb15..067e103c2 100644 --- a/src/evolution_scene.c +++ b/src/evolution_scene.c @@ -27,6 +27,7 @@ #include "link.h" #include "util.h" #include "trig.h" +#include "data2.h" struct EvoInfo { @@ -48,8 +49,6 @@ extern u16 gBattle_BG2_X; extern u16 gBattle_BG2_Y; extern u16 gBattle_BG3_X; extern u16 gBattle_BG3_Y; -extern bool8 gAffineAnimsDisabled; -extern const u8 gSpeciesNames[][11]; #define sEvoCursorPos gBattleCommunication[1] // when learning a new move #define sEvoGraphicsTaskID gBattleCommunication[2] @@ -60,12 +59,9 @@ extern const struct CompressedSpriteSheet gMonFrontPicTable[]; // strings extern const u8 gText_CommunicationStandby5[]; -extern void sub_80356D0(void); extern void sub_807B154(void); extern void sub_807F19C(void); extern void sub_807B140(void); -extern void EvolutionRenameMon(struct Pokemon *mon, u16 oldSpecies, u16 newSpecies); -extern void Overworld_PlaySpecialMapMusic(void); extern void ShowSelectMovePokemonSummaryScreen(struct Pokemon *party, u8 monId, u8 partyCount, void *CB2_ptr, u16 move); extern u8 sub_81C1B94(void); extern void sub_807F1A8(u8 arg0, const u8 *arg1, u8 arg2); |