mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-27 18:43:54 -05:00
13 lines
279 B
C
13 lines
279 B
C
#ifndef POKEHEARTGOLD_UNK_020379A0_H
|
|
#define POKEHEARTGOLD_UNK_020379A0_H
|
|
|
|
#include "heap.h"
|
|
|
|
void sub_020379A0(HeapID heapId);
|
|
void sub_02037AC0(u8 a0);
|
|
BOOL sub_02037B38(u8 a0);
|
|
void sub_02037BEC(void);
|
|
u32 sub_02037C0C(u32 a0, u16 *a1);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_020379A0_H
|