mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-01 07:33:43 -05:00
Documents the last unknown components of SpecialEncounter. Also some other things, sorry.
11 lines
254 B
C
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
|