mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
10 lines
211 B
C
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
|