summaryrefslogtreecommitdiff
path: root/include/pokenav.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-11-15 00:42:23 -0500
committerGriffinR <griffin.g.richards@gmail.com>2021-11-15 01:20:03 -0500
commit14d78d76332a99f0942f1ad5c05f439ce27d789f (patch)
tree584a834bf6ceedb0e7780090c71c08a3c82cee12 /include/pokenav.h
parentc779d03b3e9032254bbd7a08f4c9203e14373933 (diff)
Finish match call menu doc
Diffstat (limited to 'include/pokenav.h')
-rw-r--r--include/pokenav.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/pokenav.h b/include/pokenav.h
index 34206d3ae..595198136 100644
--- a/include/pokenav.h
+++ b/include/pokenav.h
@@ -407,10 +407,9 @@ void ResetBldCnt_(void);
bool32 PokenavCallback_Init_MatchCall(void);
u32 GetMatchCallCallback(void);
void FreeMatchCallSubstruct1(void);
-int sub_81CAE28(void);
+int IsMatchCallListInitFinished(void);
int GetNumberRegistered(void);
-int sub_81CAE48(void);
-struct PokenavMatchCallEntry *sub_81CAE94(void);
+struct PokenavMatchCallEntry *GetMatchCallList(void);
u16 GetMatchCallMapSec(int);
bool32 ShouldDrawRematchPokeballIcon(int index);
void ClearRematchPokeballIcon(u16 windowId, u32 a1);