mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
11 lines
258 B
C
11 lines
258 B
C
#ifndef POKEPLATINUM_REPEL_STEP_UPDATE_H
|
|
#define POKEPLATINUM_REPEL_STEP_UPDATE_H
|
|
|
|
#include "field/field_system_decl.h"
|
|
|
|
#include "savedata.h"
|
|
|
|
BOOL Repel_UpdateSteps(SaveData *saveData, FieldSystem *fieldSystem);
|
|
|
|
#endif // POKEPLATINUM_REPEL_STEP_UPDATE_H
|