mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-01 05:01:11 -05:00
18 lines
531 B
C
18 lines
531 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(HeapID heapId);
|
|
void sub_02067A78(struct UnkStruct_02067A60 *);
|
|
|
|
struct UnkStruct_02067BF8 *sub_02067BF8(HeapID heapId, FieldSystem *fieldSystem, Pokemon *pokemon, u16 r3, u16 a4, s16 a5, s16 a6);
|
|
BOOL sub_02067C30(TaskManager *taskManager);
|
|
|
|
#endif // POKEHEARTGOLD_UNK_02067A60_H
|