pokeheartgold/include/unk_02067A60.h
2025-07-25 18:13:43 -04:00

18 lines
541 B
C

#ifndef POKEHEARTGOLD_UNK_02067A60_H
#define POKEHEARTGOLD_UNK_02067A60_H
#include "field_types_def.h"
#include "heap.h"
#include "pokemon_types_def.h"
struct UnkStruct_02067A60;
struct UnkStruct_02067BF8;
struct UnkStruct_02067A60 *sub_02067A60(enum HeapID heapID);
void sub_02067A78(struct UnkStruct_02067A60 *);
struct UnkStruct_02067BF8 *sub_02067BF8(enum HeapID heapID, FieldSystem *fieldSystem, Pokemon *pokemon, u16 r3, u16 a4, s16 a5, s16 a6);
BOOL sub_02067C30(TaskManager *taskManager);
#endif // POKEHEARTGOLD_UNK_02067A60_H