mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-24 13:17:33 -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
|