mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
10 lines
241 B
C
10 lines
241 B
C
#ifndef GUARD_FIELD_TASKS_H
|
|
#define GUARD_FIELD_TASKS_H
|
|
|
|
void SetUpFieldTasks(void);
|
|
void ActivatePerStepCallback(u8 callbackId);
|
|
void ResetFieldTasksArgs(void);
|
|
void SetSootopolisGymCrackedIceMetatiles(void);
|
|
|
|
#endif // GUARD_FIELD_TASKS_H
|