mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
20 lines
846 B
C
20 lines
846 B
C
#ifndef POKEPLATINUM_OV6_02240C9C_H
|
|
#define POKEPLATINUM_OV6_02240C9C_H
|
|
|
|
#include "field/field_system_decl.h"
|
|
#include "overlay006/wild_encounters.h"
|
|
|
|
#include "field_battle_data_transfer.h"
|
|
#include "field_task.h"
|
|
|
|
void WildEncounters_ReplaceTimedEncounters(const WildEncounters *encounterData, int *param1, int *param2);
|
|
BOOL ov6_02240D5C(FieldSystem *fieldSystem);
|
|
BOOL ov6_0224106C(FieldSystem *fieldSystem, const int param1, FieldBattleDTO **param2);
|
|
BOOL ov6_022411C8(FieldSystem *fieldSystem, FieldTask *param1);
|
|
BOOL ov6_022413E4(FieldSystem *fieldSystem, FieldBattleDTO **param1);
|
|
void ov6_02242034(FieldSystem *fieldSystem, FieldBattleDTO *param1);
|
|
void ov6_022420D4(FieldSystem *fieldSystem, u16 param1, u8 param2, FieldBattleDTO *param3);
|
|
BOOL ov6_02242110(FieldSystem *fieldSystem, u8 param1);
|
|
|
|
#endif // POKEPLATINUM_OV6_02240C9C_H
|