mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-23 12:46:23 -05:00
12 lines
307 B
C
12 lines
307 B
C
#ifndef POKEHEARTGOLD_UNK_02020654_H
|
|
#define POKEHEARTGOLD_UNK_02020654_H
|
|
|
|
#include "heap.h"
|
|
|
|
NNSG2dCellTransferState* sub_02020654(int a0, HeapID heapId);
|
|
void sub_02020A0C(int, u8 *, u8 *);
|
|
void sub_02020674(void);
|
|
void sub_0202067C(NNSG2dCellTransferState* state);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_02020654_H
|