mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-10 21:08:16 -05:00
17 lines
704 B
C
17 lines
704 B
C
#ifndef POKEHEARTGOLD_UNK_0200ACF0_H
|
|
#define POKEHEARTGOLD_UNK_0200ACF0_H
|
|
|
|
#include "unk_0200A090.h"
|
|
|
|
void sub_0200AEB0(struct _2DGfxResObj *charResObj);
|
|
void sub_0200B0A8(struct _2DGfxResObj *plttResObj);
|
|
void sub_0200ADA4(struct _2DGfxResObj *charResObj);
|
|
void sub_0200B00C(struct _2DGfxResObj *plttResObj);
|
|
void sub_0200ACF0(struct _2DGfxResObj *obj);
|
|
void sub_0200AF94(struct _2DGfxResObj *obj);
|
|
NNSG2dImageProxy *sub_0200AF00(struct _2DGfxResObj *charResObj);
|
|
NNSG2dImageProxy *sub_0200AF24(struct _2DGfxResObj *charResObj, struct _2DGfxResObj *cellResObj);
|
|
NNSG2dImagePaletteProxy *sub_0200B0F8(struct _2DGfxResObj *plttResObj, NNSG2dImageProxy *imageProxy);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_0200ACF0_H
|