summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/learn_move.h2
-rw-r--r--include/pokenav.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/include/learn_move.h b/include/learn_move.h
index 2acc21cde..542ae6a5a 100644
--- a/include/learn_move.h
+++ b/include/learn_move.h
@@ -2,6 +2,6 @@
#define GUARD_LEARN_MOVE_H
void TeachMoveTutorMove(void);
-void sub_816137C(s32);
+void ShowHideHearts(s32);
#endif //GUARD_LEARN_MOVE_H
diff --git a/include/pokenav.h b/include/pokenav.h
index dd3fd4905..b595e2be9 100644
--- a/include/pokenav.h
+++ b/include/pokenav.h
@@ -1,6 +1,7 @@
#ifndef GUARD_POKENAV_H
#define GUARD_POKENAV_H
#include "player_pc.h"
+#include "list_menu.h"
bool8 sub_81D5C18(void);
bool8 sub_81D20BC(void *arg0);