mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-02 21:54:45 -05:00
14 lines
446 B
C
14 lines
446 B
C
#ifndef GUARD_POKEHEARTGOLD_UNK_02074944_H
|
|
#define GUARD_POKEHEARTGOLD_UNK_02074944_H
|
|
|
|
#include "pokedex.h"
|
|
|
|
typedef struct UnkStruct_02074944 UnkStruct_02074944;
|
|
|
|
Pokedex *sub_02074944(HeapID heapId);
|
|
void sub_0207495C(Pokedex *pokedex);
|
|
BOOL sub_0207496C(UnkStruct_02074944 *a0, Pokemon *pokemon, Pokedex *pokedex);
|
|
int sub_02074A6C(UnkStruct_02074944 *a0, Party *party, Pokedex *pokedex, u8 *a3);
|
|
|
|
#endif // GUARD_POKEHEARTGOLD_UNK_02074944_H
|