mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
16 lines
566 B
C
16 lines
566 B
C
#ifndef POKEPLATINUM_OV62_02248408_H
|
|
#define POKEPLATINUM_OV62_02248408_H
|
|
|
|
#include "struct_defs/battle_recording.h"
|
|
|
|
#include "field_battle_data_transfer.h"
|
|
#include "savedata.h"
|
|
|
|
void ov62_02248408(BattleRecording *param0, FieldBattleDTO *param1, enum HeapID heapID);
|
|
int ov62_02248598(SaveData *saveData, int param1, u8 param2, u16 *param3, u16 *param4);
|
|
void ov62_02248624(SaveData *saveData);
|
|
int ov62_02248658(SaveData *saveData, u64 param1, u16 *param2, u16 *param3);
|
|
int ov62_022486A4(SaveData *saveData, int param1);
|
|
|
|
#endif // POKEPLATINUM_OV62_02248408_H
|