mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-24 05:07:18 -05:00
13 lines
278 B
C
13 lines
278 B
C
#ifndef POKEHEARTGOLD_UNK_02026E84_H
|
|
#define POKEHEARTGOLD_UNK_02026E84_H
|
|
|
|
#include <nitro.h>
|
|
|
|
int sub_02026E9C(void);
|
|
u16 *GetMainBgPlttAddr(void);
|
|
u16 *GetSubBgPlttAddr(void);
|
|
u16 *GetMainObjPlttAddr(void);
|
|
u16 *GetSubObjPlttAddr(void);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_02026E84_H
|