mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
Documents the last unknown components of SpecialEncounter. Also some other things, sorry.
10 lines
238 B
C
10 lines
238 B
C
#ifndef POKEPLATINUM_OV6_022475B0_H
|
|
#define POKEPLATINUM_OV6_022475B0_H
|
|
|
|
#include "savedata.h"
|
|
|
|
void TrophyGarden_AddNewMon(SaveData *saveData);
|
|
int TrophyGarden_GetSlot1Species(SaveData *saveData);
|
|
|
|
#endif // POKEPLATINUM_OV6_022475B0_H
|