diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-04-07 22:42:31 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-13 11:34:53 -0500 |
commit | ee2edb068af30cf2d560de510fc03cfff77acc92 (patch) | |
tree | b92fd98192ceb13b57da10e4e066c2efb31e71ea /include | |
parent | 518f9c0638af5890af6bd573b2538bad462f39e5 (diff) |
Start decomp of pokenav_unk_1
Looks like it's the Ribbons menu, based on the first function.
Diffstat (limited to 'include')
-rw-r--r-- | include/pokenav.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/pokenav.h b/include/pokenav.h index d1bdbb2e9..4c928068c 100644 --- a/include/pokenav.h +++ b/include/pokenav.h @@ -25,4 +25,7 @@ bool32 IsLoopedTaskActive(u32 taskId); // pokenav_match_call_ui.c +// pokenav_unk_1.c +u32 sub_81C9298(void); + #endif //GUARD_POKENAV_H |