pokeplatinum/include/overlay006/repel_step_update.h
TheSylphIsIn 5cfa8894af Finish documenting special_encounter
Documents the last unknown components of SpecialEncounter. Also some other things, sorry.
2025-02-04 16:52:48 -05:00

11 lines
254 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 *sDat, FieldSystem *fieldSystem);
#endif // POKEPLATINUM_REPEL_STEP_UPDATE_H