diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-10 13:10:44 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-10 13:10:44 -0400 |
commit | b22d3a821d8656d9fb88000ce02e5b885a59e1c3 (patch) | |
tree | 7d4054b0df9f5746b3e31623868bf7d604ae7328 /include/vs_seeker.h | |
parent | 8626240b54d87449e5db70345840ccf20717d8c7 (diff) | |
parent | 2880cf2a51ea36fa36f00d9ecf07177e5955c882 (diff) |
Merge branch 'master' of github.com:pret/pokefirered into modern_gcc
Diffstat (limited to 'include/vs_seeker.h')
-rw-r--r-- | include/vs_seeker.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/include/vs_seeker.h b/include/vs_seeker.h index d0f589866..a4b78cba0 100644 --- a/include/vs_seeker.h +++ b/include/vs_seeker.h @@ -4,13 +4,10 @@ #include "global.h" void Task_VsSeeker_0(u8 taskId); -void sub_810CB90(void); -void sub_810CDE8(void); -s32 GetRematchTrainerId(u16 a0); -bool8 sub_810CF04(u8 a0); -void sub_810D0D0(void); -void sub_810CB90(void); +void ClearRematchStateByTrainerId(void); +void ClearRematchStateOfLastTalked(void); +int GetRematchTrainerId(u16 trainerId); bool8 UpdateVsSeekerStepCounter(void); -void TryUpdateRandomTrainerRematches(u16 mapGroup, u16 mapNum); +void MapResetTrainerRematches(u16 mapGroup, u16 mapNum); #endif //GUARD_VS_SEEKER_H |