summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-17 00:29:25 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-17 00:29:25 -0500
commit3ab6bf09d8d6bb86e83033e8a7138d02e3917c55 (patch)
tree8e9950e0402d82818932b12320723b4ee6b9b401 /include
parent31a322fdc589c381af6ec4b4c4781d28cb394cc1 (diff)
split out crash.c
Diffstat (limited to 'include')
-rw-r--r--include/matsuda_debug_menu.h1
-rw-r--r--include/pokedex.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/include/matsuda_debug_menu.h b/include/matsuda_debug_menu.h
index 60f2dc48c..ad877a014 100644
--- a/include/matsuda_debug_menu.h
+++ b/include/matsuda_debug_menu.h
@@ -3,7 +3,6 @@
#define BIT(n) (1 << (n))
-void sub_80AB184(void);
void sub_80AA280(u8);
void sub_80AA5E8(u8);
void sub_80AA658(u8);
diff --git a/include/pokedex.h b/include/pokedex.h
index d8416889a..73877bead 100644
--- a/include/pokedex.h
+++ b/include/pokedex.h
@@ -23,6 +23,6 @@ s8 GetSetPokedexFlag(u16, u8);
u16 GetNationalPokedexCount(u8);
u16 GetHoennPokedexCount(u8);
bool8 CompletedHoennPokedex(void);
-u16 sub_8090FF4(void);
+bool16 CompletedNationalPokedex(void);
#endif // GUARD_POKEDEX_H