mirror of
https://github.com/pret/berry-fix.git
synced 2026-03-22 02:04:07 -05: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
|