mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-02 21:54:45 -05:00
15 lines
520 B
C
15 lines
520 B
C
#ifndef POKEHEARTGOLD_OVERLAY_01_021F944C_H
|
|
#define POKEHEARTGOLD_OVERLAY_01_021F944C_H
|
|
|
|
#include "player_avatar.h"
|
|
#include "sprite.h"
|
|
|
|
void ov01_021F9FB0(MapObjectManager *manager, void *);
|
|
BOOL ov01_021FA2D4(LocalMapObject *obj);
|
|
void ov01_021FA930(LocalMapObject *obj, u32 sprite);
|
|
void ov01_021FA3E8(LocalMapObject *obj, Sprite *a1);
|
|
void ov01_021F9FB0(MapObjectManager *mgr, void *a1);
|
|
void ov01_021FA108(MapObjectManager *mgr, int gfxId, LocalMapObject *mapObject);
|
|
|
|
#endif // POKEHEARTGOLD_OVERLAY_01_021F944C_H
|