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