mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-24 05:07:18 -05:00
17 lines
426 B
C
17 lines
426 B
C
#ifndef POKEHEARTGOLD_UNK_0202FBCC_H
|
|
#define POKEHEARTGOLD_UNK_0202FBCC_H
|
|
|
|
#include "save.h"
|
|
#include "heap.h"
|
|
|
|
struct UnkStruct_0202FBCC {
|
|
u8 filler_0000[0x1D50];
|
|
}; // related to Battle Hall, size=0x1D50
|
|
|
|
void sub_0202FBF0(SaveData *save, HeapID heapId, u32 *out);
|
|
BOOL sub_0202FC48(void);
|
|
void sub_02030260(int battlerId, u32 a1, u8 data);
|
|
u8 sub_0203027C(int battlerId, u32 a1);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_0202FBCC_H
|