diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/pokenav.h | 7 |
1 files changed, 6 insertions, 1 deletions
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 |