mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-19 02:06:59 -05:00
13 lines
457 B
C
13 lines
457 B
C
#ifndef POKEHEARTGOLD_UNK_02054648_H
|
|
#define POKEHEARTGOLD_UNK_02054648_H
|
|
|
|
#include "script.h"
|
|
|
|
void sub_0205489C(u32 *a0, int a1);
|
|
u8 GetMetatileBehaviorAt(FieldSystem *fsys, int x, int y);
|
|
BOOL sub_020549A8(FieldSystem *fsys, VecFx32 *playerPos, int xInFront, int yInFront, int a4);
|
|
BOOL sub_02060BFC(LocalMapObject *playerObj, int xInFront, int playerElev, int yInFront);
|
|
void sub_020659CC(LocalMapObject *object);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_02054648_H
|