summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-01-08 08:45:19 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2019-01-08 08:45:19 -0500
commit9c5f01fc8efb546fa6ef546cd1c627befcfd6740 (patch)
treeb6094ae48fd287de2f1169fd2ce85937f8e4f507 /include
parent724a36220d274a24b666a36e38fb41f191b7c01f (diff)
through sub_815E948
Diffstat (limited to 'include')
-rw-r--r--include/new_menu_helpers.h1
-rw-r--r--include/pokemon.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/new_menu_helpers.h b/include/new_menu_helpers.h
index 32b46b552..e22f89f44 100644
--- a/include/new_menu_helpers.h
+++ b/include/new_menu_helpers.h
@@ -23,5 +23,6 @@ void sub_80F7974(const u8 *);
u8 GetStartMenuWindowId(void);
void sub_80F7998(void);
void sub_80F69E8(u8 bgId, const void *src, u32 size, u16 offset, u8 mode);
+void sub_80F6F1C(u8 windowId, bool8 copyNow);
#endif // GUARD_NEW_MENU_HELPERS_H
diff --git a/include/pokemon.h b/include/pokemon.h
index 4c6240cd4..6a9b85e71 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -671,5 +671,6 @@ void BattleAnimateFrontSprite(struct Sprite* sprite, u16 species, bool8 noCry, u
void BattleAnimateBackSprite(struct Sprite* sprite, u16 species);
void PlayMapChosenOrBattleBGM(u16 songId);
+u8 GetMonsStateToDoubles(void);
#endif // GUARD_POKEMON_H