From 394c0f5546aa152012f0c812d1e6cf0a696bfe86 Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Mon, 15 Apr 2019 17:51:11 -0500 Subject: Start decompiling pokenav_unk_4.c --- include/pokenav.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/pokenav.h b/include/pokenav.h index fb2644e83..bf075694e 100644 --- a/include/pokenav.h +++ b/include/pokenav.h @@ -87,7 +87,7 @@ int sub_81C9894(void); const u8 *sub_81CAF78(int index, u8 *arg1); // pokenav_unk_2.c -u32 sub_81C99D4(void); +void sub_81C99D4(void); void sub_81CAADC(void); // pokenav_unk_3.c @@ -115,4 +115,9 @@ int sub_81CB0C8(int rematchIndex); int sub_81CB0E4(int index); bool32 sub_81CAE08(int); +// pokenav_unk_4.c +u32 sub_81CB260(void); +u32 sub_81CB2CC(void); +void sub_81CB2E0(void); + #endif //GUARD_POKENAV_H -- cgit v1.2.3