mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-12 05:44:27 -05:00
11 lines
282 B
C
11 lines
282 B
C
#ifndef POKEHEARTGOLD_UNK_02068F84_H
|
|
#define POKEHEARTGOLD_UNK_02068F84_H
|
|
|
|
#include "msgdata.h"
|
|
#include "map_header.h"
|
|
|
|
u32 sub_02068F84(MSGDATA *msgData, u32 map_sec, STRING *dest);
|
|
void sub_02068F98(u32 mapno, HeapID heapId, STRING *dest);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_02068F84_H
|