diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-05 12:55:45 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-05 12:55:45 -0500 |
commit | 5fc9a151463ade7d260ce5f105674908d6e4449d (patch) | |
tree | 2a8170af85bb22aa45eb23e5bf3da949d66b38b8 /src/field/choose_party.c | |
parent | 4cf701c5871a17f0bc580019e8d294bc1c84ebf3 (diff) |
move ewram.h includes in include/ to src files.
Diffstat (limited to 'src/field/choose_party.c')
-rw-r--r-- | src/field/choose_party.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/field/choose_party.c b/src/field/choose_party.c index adb210e7b..891ee48b8 100644 --- a/src/field/choose_party.c +++ b/src/field/choose_party.c @@ -17,6 +17,7 @@ #include "string_util.h" #include "task.h" #include "text.h" +#include "ewram.h" extern u8 gPlayerPartyCount; extern u8 gLastFieldPokeMenuOpened; @@ -34,7 +35,7 @@ extern void sub_806BC3C(u8, u8); extern void ShowPokemonSummaryScreen(struct Pokemon *, u8, u8, void (*)(void), int); extern u8 GetMonStatusAndPokerus(); extern void PartyMenuPrintHP(); -extern bool8 sub_80F9344(void); +extern bool8 sub_80F9344(void); static void ClearPartySelection(void); static bool8 IsMonAllowedInBattleTower(struct Pokemon *); |