pokeplatinum/include/overlay006/special_dates.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

7 lines
209 B
C

#ifndef POKEPLATINUM_SPECIAL_DATES_H
#define POKEPLATINUM_SPECIAL_DATES_H
int SpecialDates_ModifyEncounterRate(const int encounterModifier, const BOOL hasTimePenalty);
#endif // POKEPLATINUM_SPECIAL_DATES_H