pokeemerald-expansion/include/gym_leader_rematch.h
FosterProgramming 8c9d3b9c7a
Add gym leader support for vs seeker and clean vs seeker code (#8172)
Co-authored-by: psf <77138753+pkmnsnfrn@users.noreply.github.com>
2026-01-04 20:03:41 -08:00

10 lines
211 B
C

#ifndef GUARD_TRAINER_REMATCH_H
#define GUARD_TRAINER_REMATCH_H
#include "constants/rematches.h"
void UpdateGymLeaderRematch(void);
s32 GetCurrentGymLeaderRematchLevel(void);
#endif //GUARD_TRAINER_REMATCH_H