diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-15 01:23:27 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-15 01:30:21 -0500 |
commit | 4275cf4b9033c6a4350057169af49fdcfa4a097a (patch) | |
tree | 272110571f1d866e636ebaf9ebe70a799a6af694 /include | |
parent | 14d78d76332a99f0942f1ad5c05f439ce27d789f (diff) |
Rename pokenav match call files
Diffstat (limited to 'include')
-rw-r--r-- | include/pokenav.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pokenav.h b/include/pokenav.h index 595198136..d3edb1422 100644 --- a/include/pokenav.h +++ b/include/pokenav.h @@ -403,7 +403,7 @@ bool32 IsMenuHandlerLoopedTaskActive(void); void FreeMenuHandlerSubstruct2(void); void ResetBldCnt_(void); -// pokenav_match_call_1.c +// pokenav_match_call_list.c bool32 PokenavCallback_Init_MatchCall(void); u32 GetMatchCallCallback(void); void FreeMatchCallSubstruct1(void); @@ -424,7 +424,7 @@ int GetIndexDeltaOfNextCheckPageDown(int index); int GetIndexDeltaOfNextCheckPageUp(int index); bool32 IsRematchEntryRegistered(int index); -// pokenav_match_call_2.c +// pokenav_match_call_gfx.c bool32 OpenMatchCall(void); void CreateMatchCallLoopedTask(s32 index); bool32 IsMatchCallLoopedTaskActive(void); |