diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-04-15 17:51:11 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-16 11:21:13 -0500 |
commit | 394c0f5546aa152012f0c812d1e6cf0a696bfe86 (patch) | |
tree | c516bd31a0c3b7177423adf0aae8c74155086a70 /include | |
parent | f40f2c5e9cc497576dd799a93571ceb8b492a17c (diff) |
Start decompiling pokenav_unk_4.c
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 |