mirror of
https://github.com/pret/berry-fix.git
synced 2026-09-26 13:32:57 -04:00
8 lines
170 B
C
8 lines
170 B
C
#ifndef GUARD_EVENT_DATA_H
|
|
#define GUARD_EVENT_DATA_H
|
|
|
|
bool32 BerryFix_IsPacifidlogTMCorrect(void);
|
|
bool32 BerryFix_ResetPacifidlogTM(void);
|
|
|
|
#endif //GUARD_EVENT_DATA_H
|