mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
17 lines
493 B
C
17 lines
493 B
C
#ifndef POKEPLATINUM_OV5_021F08CC_H
|
|
#define POKEPLATINUM_OV5_021F08CC_H
|
|
|
|
#include "field/field_system_decl.h"
|
|
|
|
#include "field_task.h"
|
|
#include "sys_task_manager.h"
|
|
|
|
void *ov5_021F08CC(FieldSystem *fieldSystem, u32 param1, int param2);
|
|
BOOL ov5_021F08F8(FieldTask *param0);
|
|
SysTask *ov5_021F09B4(FieldSystem *fieldSystem, int param1, BOOL param2);
|
|
int ov5_021F09D8(SysTask *param0);
|
|
int ov5_021F09E4(SysTask *param0);
|
|
void ov5_021F09F0(SysTask *param0);
|
|
|
|
#endif // POKEPLATINUM_OV5_021F08CC_H
|