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

16 lines
621 B
C

#ifndef POKEPLATINUM_RADAR_CHAIN_RECORDS_H
#define POKEPLATINUM_RADAR_CHAIN_RECORDS_H
#include "struct_defs/radar_chain_records.h"
#include "field/field_system_decl.h"
int RadarChainRecords_GetNumFilledSlots(FieldSystem *fieldSystem);
int RadarChainRecords_GetSpecies(FieldSystem *fieldSystem, const u8 slot);
int RadarChainRecords_GetChainCount(FieldSystem *fieldSystem, const u8 slot);
int RadarChainRecords_GetActiveChain(FieldSystem *fieldSystem);
int GetRadarSpecies(FieldSystem *fieldSystem);
void RadarChainRecords_SortSavedRecords(RadarChainRecords *recordsData);
#endif // POKEPLATINUM_RADAR_CHAIN_RECORDS_H