From ee2edb068af30cf2d560de510fc03cfff77acc92 Mon Sep 17 00:00:00 2001 From: Phlosioneer Date: Sun, 7 Apr 2019 22:42:31 -0400 Subject: Start decomp of pokenav_unk_1 Looks like it's the Ribbons menu, based on the first function. --- include/pokenav.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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 -- cgit v1.2.3